Searched defs:X86_SIB_BASE_MASK (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py71 X86_SIB_BASE_MASK = 0x07; variable
/vbox/include/iprt/
H A Dx86.h3790 #define X86_SIB_BASE_MASK UINT8_C(0x07) macro
3798 AssertCompile((X86_SIB_BASE_MASK | X86_SIB_INDEX_MASK | X86_SIB_SCALE_MASK) == 0xff);

Completed in 67 milliseconds