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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp399 #define IEM_MC_STORE_GREG_U64(a_iGReg, a_u64Value) do { } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8338 #define IEM_MC_STORE_GREG_U64(a_iGReg, a_u64Value) *(uint64_t *)iemGRegRef(pIemCpu, (a_iGReg)) = (a_u64Value) macro
8342 #define IEM_MC_STORE_GREG_U64_CONST IEM_MC_STORE_GREG_U64

Completed in 78 milliseconds