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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp447 #define IEM_MC_AND_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 DIEMAllInstructions.cpp.h4429 IEM_MC_AND_LOCAL_U32(u32Src, 0x1f);
10569 IEM_MC_AND_LOCAL_U32(u32Flags, X86_EFL_SF | X86_EFL_ZF | X86_EFL_AF | X86_EFL_PF | X86_EFL_CF);
10570 IEM_MC_AND_LOCAL_U32(EFlags, UINT32_C(0xffffff00));
H A DIEMAll.cpp8387 #define IEM_MC_AND_LOCAL_U32(a_u32Local, a_u32Mask) do { (a_u32Local) &= (a_u32Mask); } while (0) macro

Completed in 114 milliseconds