Changeset 1172 in vbox for trunk/src/VBox/Runtime/string
- Timestamp:
- Mar 3, 2007 11:38:13 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19088
- Location:
- trunk/src/VBox/Runtime/string
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/string/memcpy.asm
r3 r1172 21 21 22 22 %include "iprt/asmdefs.mac" 23 24 BEGINCODE 23 25 24 26 ;; … … 53 55 mov edx, ecx 54 56 mov eax, edi ; save the return value 55 sh lecx, 257 shr ecx, 2 56 58 rep movsd 57 59 %endif -
trunk/src/VBox/Runtime/string/mempcpy.asm
r3 r1172 21 21 22 22 %include "iprt/asmdefs.mac" 23 24 BEGINCODE 23 25 24 26 ;; … … 51 53 mov esi, [esp + 08h + 4] 52 54 mov edx, ecx 53 sh lecx, 255 shr ecx, 2 54 56 rep movsd 55 57 %endif
Note:
See TracChangeset
for help on using the changeset viewer.