Searched refs:OP_PARM_VTYPE (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp678 if (OP_PARM_VTYPE(pParam->fParam) == OP_PARM_W || \
679 OP_PARM_VTYPE(pParam->fParam) == OP_PARM_M) \
686 if (OP_PARM_VTYPE(pParam->fParam) == OP_PARM_W || \
687 OP_PARM_VTYPE(pParam->fParam) == OP_PARM_M) \
694 if (OP_PARM_VTYPE(pParam->fParam) == OP_PARM_W || \
695 OP_PARM_VTYPE(pParam->fParam) == OP_PARM_M) \
712 if ( OP_PARM_VTYPE(pParam->fParam) == OP_PARM_M \
H A DDisasmCore.cpp834 unsigned type = OP_PARM_VTYPE(pParam->fParam);
938 unsigned vtype = OP_PARM_VTYPE(pParam->fParam);
1949 unsigned type = OP_PARM_VTYPE(pParam->fParam);
/vbox/src/VBox/VMM/VMMR3/
H A DPATMPatch.cpp739 Assert(OP_PARM_VTYPE(pCpu->pCurInstr->fParam1) != OP_PARM_J);
764 Assert(OP_PARM_VTYPE(pCpu->pCurInstr->fParam1) == OP_PARM_J);
836 Assert(OP_PARM_VTYPE(pCpu->pCurInstr->fParam1) != OP_PARM_J);
H A DCSAM.cpp1032 if (OP_PARM_VTYPE(pCpu->pCurInstr->fParam1) != OP_PARM_J)
1403 if ( ((cpu.pCurInstr->fOpType & DISOPTYPE_CONTROLFLOW) && (OP_PARM_VTYPE(cpu.pCurInstr->fParam1) == OP_PARM_J))
1471 } //if ((cpu.pCurInstr->fOpType & DISOPTYPE_CONTROLFLOW) && (OP_PARM_VTYPE(cpu.pCurInstr->fParam1) == OP_PARM_J))
H A DPATM.cpp1467 || (OP_PARM_VTYPE(pCpu->pCurInstr->fParam1) != OP_PARM_J && !(pPatch->flags & PATMFL_SUPPORT_INDIRECT_CALLS))
1631 || (OP_PARM_VTYPE(pCpu->pCurInstr->fParam1) != OP_PARM_J && !(pPatch->flags & PATMFL_SUPPORT_INDIRECT_CALLS))
1771 && (OP_PARM_VTYPE(pCpu->pCurInstr->fParam1) == OP_PARM_J))
2315 && (OP_PARM_VTYPE(cpu.pCurInstr->fParam1) == OP_PARM_J)
2535 && (OP_PARM_VTYPE(cpu.pCurInstr->fParam1) == OP_PARM_J)
/vbox/include/VBox/
H A Ddisopcode.h875 #define OP_PARM_VTYPE(a) ((unsigned)a & 0xFE0) macro

Completed in 92 milliseconds