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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp114 #define IEMOP_RAISE_INVALID_OPCODE() VERR_TRPM_ACTIVE_TRAP macro
127 FNIEMOP_DEF(a_Name) { return IEMOP_RAISE_INVALID_OPCODE(); } \
130 FNIEMOP_DEF_1(a_Name, a_Type0, a_Name0) { return IEMOP_RAISE_INVALID_OPCODE(); } \
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4234 #define IEMOP_RAISE_INVALID_OPCODE() IEM_MC_DEFER_TO_CIMPL_0(iemCImplRaiseInvalidOpcode) macro
4404 return IEMOP_RAISE_INVALID_OPCODE(); \
4414 return IEMOP_RAISE_INVALID_OPCODE(); \
9130 return IEMOP_RAISE_INVALID_OPCODE(); \
9139 return IEMOP_RAISE_INVALID_OPCODE(); \
9227 return IEMOP_RAISE_INVALID_OPCODE(); \

Completed in 62 milliseconds