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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py106 X86_GREG_xSP = 4 variable
392 while iReg == X86_GREG_xSP:
789 if oGen.iSibBaseReg == X86_GREG_xSP: # no RSP testing atm.
843 if iOp1 == X86_GREG_xSP:
849 if iOp2 == X86_GREG_xSP:
872 if oGen.iModReg == X86_GREG_xSP:
1156 if iOp2 == X86_GREG_xSP:
/vbox/include/iprt/
H A Dx86.h3810 #define X86_GREG_xSP 4 macro

Completed in 70 milliseconds