- Timestamp:
- Aug 21, 2014 4:31:57 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm
r52443 r52444 43 43 44 44 %ifdef ASM_CALL64_MSC 45 mov rax, ecx ; rax = u32A45 mov eax, ecx ; rax = u32A 46 46 mov r9d, edx ; should check the specs wrt to the high bits one day... 47 47 mov r8d, r8d ; be paranoid for the time being. 48 48 %else 49 mov rax, edi ; rax = u32A49 mov eax, edi ; rax = u32A 50 50 mov r9d, esi ; r9d = u32B 51 51 mov r8d, edx ; r8d = u32C
Note:
See TracChangeset
for help on using the changeset viewer.