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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp402 #define IEM_MC_STORE_GREG_U32_CONST(a_iGReg, a_u32C) do { AssertCompile((uint32_t)(a_u32C) == (a_u32C)); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h10480 IEM_MC_STORE_GREG_U32_CONST(X86_GREG_xDX, UINT32_C(0xffffffff));
10482 IEM_MC_STORE_GREG_U32_CONST(X86_GREG_xDX, 0);
15944 IEM_MC_STORE_GREG_U32_CONST(X86_GREG_xCX, 0);
H A DIEMAll.cpp8341 #define IEM_MC_STORE_GREG_U32_CONST IEM_MC_STORE_GREG_U32 macro

Completed in 136 milliseconds