Changeset 59861 in vbox for trunk/src/VBox/Runtime/common/asm
- Timestamp:
- Feb 26, 2016 7:56:44 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105760
- Location:
- trunk/src/VBox/Runtime/common/asm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm
r59480 r59861 66 66 xor ax, ax 67 67 .return: 68 mov bp, [bp]68 pop bp 69 69 ret 70 70 -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm
r59480 r59861 71 71 xor ax, ax 72 72 .return: 73 mov bp, [bp]73 pop bp 74 74 ret 75 75 -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm
r59480 r59861 81 81 xor ax, ax 82 82 .return: 83 mov bp, [bp]83 pop bp 84 84 ret 85 85 -
trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm
r59480 r59861 64 64 xor ax, ax 65 65 .return: 66 mov bp, [bp]66 pop bp 67 67 ret 68 68 -
trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm
r59480 r59861 71 71 xor ax, ax 72 72 .return: 73 mov bp, [bp]73 pop bp 74 74 ret 75 75 -
trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm
r59480 r59861 81 81 xor ax, ax 82 82 .return: 83 mov bp, [bp]83 pop bp 84 84 ret 85 85
Note:
See TracChangeset
for help on using the changeset viewer.