Searched refs:u8Int (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h12215 uint8_t u8Int; IEM_OPCODE_GET_NEXT_U8(&u8Int); local
12216 return IEM_MC_DEFER_TO_CIMPL_2(iemCImpl_int, u8Int, false /*fIsBpInstr*/);
12227 IEM_MC_ARG_CONST(uint8_t, u8Int, /*=*/ X86_XCPT_OF, 0);
12229 IEM_MC_CALL_CIMPL_2(iemCImpl_int, u8Int, fIsBpInstr);
H A DIEMAllCImpl.cpp.h2680 * @param u8Int The interrupt vector number.
2683 IEM_CIMPL_DEF_2(iemCImpl_int, uint8_t, u8Int, bool, fIsBpInstr)
2688 u8Int,

Completed in 118 milliseconds