Changeset 9915 in vbox
- Timestamp:
- Jun 25, 2008 12:29:49 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32334
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r9897 r9915 1064 1064 mov rcx, rsi 1065 1065 %else 1066 movzx rax, ecx 1066 ; from http://www.cs.cmu.edu/~fp/courses/15213-s06/misc/asm64-handout.pdf: 1067 ; ``Perhaps unexpectedly, instructions that move or generate 32-bit register 1068 ; values also set the upper 32 bits of the register to zero. Consequently 1069 ; there is no need for an instruction movzlq.'' 1070 mov eax, ecx 1067 1071 mov rcx, rdx 1068 1072 %endif
Note:
See TracChangeset
for help on using the changeset viewer.