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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp453 #define IEM_MC_OR_LOCAL_U32(a_u32Local, a_u32Mask) do { (a_u32Local) |= (a_u32Mask); CHK_TYPE(uint32_t, a_u32Local); CHK_CONST(uint32_t, a_u32Mask); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8395 #define IEM_MC_OR_LOCAL_U32(a_u32Local, a_u32Mask) do { (a_u32Local) |= (a_u32Mask); } while (0) macro
H A DIEMAllInstructions.cpp.h10571 IEM_MC_OR_LOCAL_U32(u32Flags, X86_EFL_1);

Completed in 144 milliseconds