Changeset 58759 in vbox
- Timestamp:
- Nov 19, 2015 1:00:53 AM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/common/asm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMBitNextClear.asm
r58758 r58759 34 34 35 35 ;; 36 ; Finds the first clear bit in a bitmap.36 ; Finds the next clear bit in a bitmap. 37 37 ; 38 38 ; @returns (32/64:eax, 16:ax+dx) Index of the first zero bit. -
trunk/src/VBox/Runtime/common/asm/ASMBitNextSet.asm
r58757 r58759 34 34 35 35 ;; 36 ; Finds the first set bit in a bitmap.36 ; Finds the next set bit in a bitmap. 37 37 ; 38 38 ; @returns (32/64:eax, 16:ax+dx) Index of the first zero bit.
Note:
See TracChangeset
for help on using the changeset viewer.