Searched refs:OP_ILLUD2 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp297 || State.Dis.pCurInstr->uOpcode == OP_ILLUD2
/vbox/include/VBox/
H A Ddisopcode.h171 OP_ILLUD2, enumerator in enum:OPCODES
/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp458 || ( pOp->uOpcode == OP_ILLUD2
H A DDisasmCore.cpp2708 * Invalid lock sequence, make it a OP_ILLUD2.
2711 Assert(pDis->pCurInstr->uOpcode == OP_ILLUD2);
H A DDisasmTables.cpp401 OP("Two Byte Illegal Opcodes UD2", 0, 0, 0, OP_ILLUD2, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_ILLEGAL),
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlers.cpp571 if ( Cpu.pCurInstr->uOpcode == OP_ILLUD2
/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp1527 case OP_ILLUD2:
1672 case OP_ILLUD2:
1975 case OP_ILLUD2:
2221 if ( pCpu->pCurInstr->uOpcode == OP_ILLUD2
2238 if (pCpu->pCurInstr->uOpcode == OP_ILLUD2)
H A DCSAM.cpp863 case OP_ILLUD2:

Completed in 88 milliseconds