Searched refs:OP_INVALID (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp1997 if (g_aTwoByteMapX86_PF66[pDis->bOpCode].uOpcode != OP_INVALID)
2015 if (g_aTwoByteMapX86_PFF2[pDis->bOpCode].uOpcode != OP_INVALID)
2026 if (g_aTwoByteMapX86_PFF3[pDis->bOpCode].uOpcode != OP_INVALID)
2070 if (pOpcode->uOpcode != OP_INVALID)
2094 if (pOpcode->uOpcode != OP_INVALID)
2114 if (pOpcode->uOpcode != OP_INVALID)
2130 if (pOpcode->uOpcode != OP_INVALID)
2168 if (pOpcode->uOpcode != OP_INVALID)
2313 AssertMsg(offStrict == offRet - 1 /* the imm8_opcode */ || pOp->uOpcode == OP_INVALID,
2746 case OP_INVALID
[all...]
H A DDisasmTablesX64.cpp37 OP(g_szInvalidOpcode, 0, 0, 0, OP_INVALID, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_INVALID)
H A DDisasmFormatYasm.cpp457 if ( pOp->uOpcode == OP_INVALID
H A DDisasmTables.cpp38 OP(g_szInvalidOpcode, 0, 0, 0, OP_INVALID, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_INVALID)
58 OP(g_szInvalidOpcode, IDX_ParseInvOpModRM, 0, 0, OP_INVALID, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_INVALID)
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp296 || State.Dis.pCurInstr->uOpcode == OP_INVALID
/vbox/include/VBox/
H A Ddisopcode.h47 OP_INVALID = 0, enumerator in enum:OPCODES
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp867 case OP_INVALID:

Completed in 88 milliseconds