Changeset 3672 in vbox for trunk/src/VBox/Runtime/string/memcpy.asm
- Timestamp:
- Jul 17, 2007 12:39:30 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/string/memcpy.asm
r2988 r3672 32 32 33 33 ; Do the bulk of the work. 34 %ifdef __AMD64__34 %ifdef RT_ARCH_AMD64 35 35 %ifdef ASM_CALL64_MSC 36 36 mov r10, rdi ; save … … 60 60 61 61 ; The remaining bytes. 62 %ifdef __AMD64__62 %ifdef RT_ARCH_AMD64 63 63 test dl, 4 64 64 jz .dont_move_dword … … 75 75 .dont_move_byte: 76 76 77 %ifdef __AMD64__77 %ifdef RT_ARCH_AMD64 78 78 %ifdef ASM_CALL64_MSC 79 79 mov rdi, r10
Note:
See TracChangeset
for help on using the changeset viewer.