Changeset 59764 in vbox for trunk/src/VBox/Runtime/common/asm
- Timestamp:
- Feb 21, 2016 6:27:26 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8.asm
r59747 r59764 167 167 mov edx, xCB - 1 168 168 and edx, ecx ; Remaining bytes for tail scan 169 %if ARCH_BITS == 64 169 170 shr xCX, 3 170 %if ARCH_BITS == 64171 171 repe scasq 172 172 %else 173 shr xCX, 2 173 174 repe scasd 174 175 %endif
Note:
See TracChangeset
for help on using the changeset viewer.