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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h2029 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
2074 IEM_MC_ARG_LOCAL_REF(uint32_t const *, pSrc, uSrc, 1);
2173 IEM_MC_ARG_LOCAL_REF(uint128_t const *, pSrc, uSrc, 1);
2218 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
2534 IEM_MC_ARG_LOCAL_REF(uint128_t const *, pSrc, uSrc, 1);
2582 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
2814 IEM_MC_ARG_LOCAL_REF(uint128_t const *, pSrc, uSrc, 1);
2857 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
12732 IEM_MC_ARG_LOCAL_REF(PIEMFPURESULT, pFpuRes, FpuRes, 0);
12764 IEM_MC_ARG_LOCAL_REF(uint16_
[all...]
H A DIEMAll.cpp8290 #define IEM_MC_ARG_LOCAL_REF(a_Type, a_Name, a_Local, a_iArg) a_Type const a_Name = &(a_Local) macro
/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp345 #define IEM_MC_ARG_LOCAL_REF(a_Type, a_Name, a_Local, a_iArg) \ macro

Completed in 106 milliseconds