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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp450 #define IEM_MC_AND_ARG_U32(a_u32Arg, a_u32Mask) do { (a_u32Arg) &= (a_u32Mask); CHK_TYPE(uint32_t, a_u32Arg); CHK_CONST(uint32_t, a_u32Mask); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8391 #define IEM_MC_AND_ARG_U32(a_u32Arg, a_u32Mask) do { (a_u32Arg) &= (a_u32Mask); } while (0) macro
H A DIEMAllInstructions.cpp.h4516 IEM_MC_AND_ARG_U32(u32Src, 0x1f);

Completed in 122 milliseconds