Searched refs:OP_PARM_REG_SEG_START (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/
H A Ddisopcode.h790 OP_PARM_REG_SEG_START = OP_PARM_REG_ES, enumerator in enum:OP_PARM
/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp1791 pParam->Base.idxSegReg = (DISSELREG)(pParam->fParam - OP_PARM_REG_SEG_START);
2753 pDis->idxSegPrefix = (DISSELREG)(paOneByteMap[codebyte].fParam1 - OP_PARM_REG_SEG_START);
H A DDisasmFormatYasm.cpp1466 if ( pDis->pCurInstr->fParam1 >= OP_PARM_REG_SEG_START

Completed in 47 milliseconds