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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py75 X86_SIB_SCALE_MASK = 0xc0; variable
/vbox/include/iprt/
H A Dx86.h3794 #define X86_SIB_SCALE_MASK UINT8_C(0xc0) macro
3798 AssertCompile((X86_SIB_BASE_MASK | X86_SIB_INDEX_MASK | X86_SIB_SCALE_MASK) == 0xff);
3800 AssertCompile((X86_SIB_SCALE_MASK >> X86_SIB_SCALE_SHIFT) == X86_SIB_SCALE_SMASK);

Completed in 52 milliseconds