Changeset 69219 in vbox for trunk/src/VBox/Runtime/common/asm
- Timestamp:
- Oct 24, 2017 3:01:30 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118532
- Location:
- trunk/src/VBox/Runtime/common/asm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm
r69111 r69219 115 115 ENDPROC ASMBitFirstSetU64 116 116 117 -
trunk/src/VBox/Runtime/common/asm/ASMBitNextClear.asm
r69111 r69219 172 172 ENDPROC ASMBitNextClear 173 173 174 -
trunk/src/VBox/Runtime/common/asm/ASMBitNextSet.asm
r69111 r69219 172 172 ENDPROC ASMBitNextSet 173 173 174 -
trunk/src/VBox/Runtime/common/asm/ASMGetLDTR.asm
r69111 r69219 35 35 ; Get the LDTR register. 36 36 ; @returns LDTR. 37 ; 37 ; 38 38 BEGINPROC_EXPORTED ASMGetLDTR 39 39 sldt ax -
trunk/src/VBox/Runtime/common/asm/ASMGetTR.asm
r69111 r69219 35 35 ; Get the TR register. 36 36 ; @returns TR. 37 ; 37 ; 38 38 BEGINPROC_EXPORTED ASMGetTR 39 39 str ax -
trunk/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm
r69111 r69219 101 101 ENDPROC ASMMultU64ByU32DivByU32 102 102 103
Note:
See TracChangeset
for help on using the changeset viewer.