Lines Matching refs:uSrc
2028 IEM_MC_LOCAL(uint64_t, uSrc);
2029 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
2035 IEM_MC_FETCH_MEM_U64_ALIGN_U128(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc);
2073 IEM_MC_LOCAL(uint32_t, uSrc);
2074 IEM_MC_ARG_LOCAL_REF(uint32_t const *, pSrc, uSrc, 1);
2080 IEM_MC_FETCH_MEM_U32(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc);
2172 IEM_MC_LOCAL(uint128_t, uSrc);
2173 IEM_MC_ARG_LOCAL_REF(uint128_t const *, pSrc, uSrc, 1);
2179 IEM_MC_FETCH_MEM_U128_ALIGN_SSE(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc); /* Most CPUs probably only right high qword */
2217 IEM_MC_LOCAL(uint64_t, uSrc);
2218 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
2224 IEM_MC_FETCH_MEM_U64(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc);
2533 IEM_MC_LOCAL(uint128_t, uSrc);
2534 IEM_MC_ARG_LOCAL_REF(uint128_t const *, pSrc, uSrc, 1);
2543 IEM_MC_FETCH_MEM_U128_ALIGN_SSE(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc);
2581 IEM_MC_LOCAL(uint64_t, uSrc);
2582 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
2591 IEM_MC_FETCH_MEM_U64(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc);
2813 IEM_MC_LOCAL(uint128_t, uSrc);
2814 IEM_MC_ARG_LOCAL_REF(uint128_t const *, pSrc, uSrc, 1);
2820 IEM_MC_FETCH_MEM_U128_ALIGN_SSE(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc);
2856 IEM_MC_LOCAL(uint64_t, uSrc);
2857 IEM_MC_ARG_LOCAL_REF(uint64_t const *, pSrc, uSrc, 1);
2863 IEM_MC_FETCH_MEM_U64(uSrc, pIemCpu->iEffSeg, GCPtrEffSrc);