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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp88 #define IEM_OPCODE_GET_NEXT_S8(a_pi8) do { *(a_pi8) = g_bRandom; CHK_PTYPE(int8_t *, a_pi8); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp1240 #define IEM_OPCODE_GET_NEXT_S8(a_pi8) \ macro
9368 int8_t i8Disp; IEM_OPCODE_GET_NEXT_S8(&i8Disp);
9502 IEM_OPCODE_GET_NEXT_S8(&i8Disp);

Completed in 79 milliseconds