Searched refs:IEM_MC_AND_ARG_U16 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp449 #define IEM_MC_AND_ARG_U16(a_u16Arg, a_u16Mask) do { (a_u16Arg) &= (a_u16Mask); CHK_TYPE(uint16_t, a_u16Arg); CHK_CONST(uint16_t, a_u16Mask); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8390 #define IEM_MC_AND_ARG_U16(a_u16Arg, a_u16Mask) do { (a_u16Arg) &= (a_u16Mask); } while (0) macro
H A DIEMAllInstructions.cpp.h4487 IEM_MC_AND_ARG_U16(u16Src, 0x0f);

Completed in 113 milliseconds