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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp390 #define IEM_MC_FETCH_TR_U32(a_u32Dst) do { (a_u32Dst) = 0; CHK_TYPE(uint32_t, a_u32Dst); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8327 #define IEM_MC_FETCH_TR_U32(a_u32Dst) (a_u32Dst) = (pIemCpu)->CTX_SUFF(pCtx)->tr.Sel macro
H A DIEMAllInstructions.cpp.h619 IEM_MC_FETCH_TR_U32(u32Tr);

Completed in 117 milliseconds