Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(22)

Delta Between Two Patch Sets: src/pkg/runtime/memmove_386.s

Issue 160200044: [dev.power64] code review 160200044: build: merge default into dev.power64 (Closed)
Left Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Right Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/runtime/memclr_plan9_amd64.s ('k') | src/pkg/runtime/memmove_amd64.s » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 // Inferno's libkern/memmove-386.s 1 // Inferno's libkern/memmove-386.s
2 // http://code.google.com/p/inferno-os/source/browse/libkern/memmove-386.s 2 // http://code.google.com/p/inferno-os/source/browse/libkern/memmove-386.s
3 // 3 //
4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved. 4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
5 // Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vita nuova.com). All rights reserved. 5 // Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vita nuova.com). All rights reserved.
6 // Portions Copyright 2009 The Go Authors. All rights reserved. 6 // Portions Copyright 2009 The Go Authors. All rights reserved.
7 // 7 //
8 // Permission is hereby granted, free of charge, to any person obtaining a copy 8 // Permission is hereby granted, free of charge, to any person obtaining a copy
9 // of this software and associated documentation files (the "Software"), to deal 9 // of this software and associated documentation files (the "Software"), to deal
10 // in the Software without restriction, including without limitation the rights 10 // in the Software without restriction, including without limitation the rights
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 MOVOU -16(SI)(BX*1), X7 167 MOVOU -16(SI)(BX*1), X7
168 MOVOU X0, (DI) 168 MOVOU X0, (DI)
169 MOVOU X1, 16(DI) 169 MOVOU X1, 16(DI)
170 MOVOU X2, 32(DI) 170 MOVOU X2, 32(DI)
171 MOVOU X3, 48(DI) 171 MOVOU X3, 48(DI)
172 MOVOU X4, -64(DI)(BX*1) 172 MOVOU X4, -64(DI)(BX*1)
173 MOVOU X5, -48(DI)(BX*1) 173 MOVOU X5, -48(DI)(BX*1)
174 MOVOU X6, -32(DI)(BX*1) 174 MOVOU X6, -32(DI)(BX*1)
175 MOVOU X7, -16(DI)(BX*1) 175 MOVOU X7, -16(DI)(BX*1)
176 RET 176 RET
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b