Searched defs:IEM_MC_STORE_GREG_U32 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp398 #define IEM_MC_STORE_GREG_U32(a_iGReg, a_u32Value) do { } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8337 #define IEM_MC_STORE_GREG_U32(a_iGReg, a_u32Value) *(uint64_t *)iemGRegRef(pIemCpu, (a_iGReg)) = (uint32_t)(a_u32Value) /* clear high bits. */ macro
8341 #define IEM_MC_STORE_GREG_U32_CONST IEM_MC_STORE_GREG_U32

Completed in 80 milliseconds