Home
last modified time | relevance | path

Searched refs:tcg_gen_ld32u_i64 (Results 1 – 13 of 13) sorted by relevance

/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_fmov.c.inc130 tcg_gen_ld32u_i64(dest, tcg_env, offsetof(CPULoongArchState, fcsr0));
H A Dtrans_vec.c.inc4892 TRANS(vpickve2gr_wu, LSX, gen_v2g, MO_32, tcg_gen_ld32u_i64)
4896 TRANS(xvpickve2gr_wu, LASX, gen_x2g, MO_32, tcg_gen_ld32u_i64)
5042 TRANS(vreplve_w, LSX, gen_vreplve, MO_32, 32, tcg_gen_ld32u_i64)
5046 TRANS(xvreplve_w, LASX, gen_xvreplve, MO_32, 32, tcg_gen_ld32u_i64)
/qemu/include/tcg/
H A Dtcg-op.h182 #define tcg_gen_ld32u_tl tcg_gen_ld32u_i64
H A Dtcg-op-common.h284 void tcg_gen_ld32u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
/qemu/target/s390x/tcg/
H A Dtranslate.c298 tcg_gen_ld32u_i64(r, tcg_env, freg32_offset(reg)); in load_freg32_i64()
2289 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, aregs[r2])); in op_ear()
2302 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, fpc)); in op_efpc()
3160 tcg_gen_ld32u_i64(ar1, tcg_env, offsetof(CPUS390XState, aregs[b2])); in op_mov2e()
3991 tcg_gen_ld32u_i64(tmp, tcg_env, offsetof(CPUS390XState, fpc)); in op_srnmt()
4075 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, core_id)); in op_stap()
4095 tcg_gen_ld32u_i64(todpr, tcg_env, offsetof(CPUS390XState, todpr)); in op_stcke()
H A Dtranslate_vx.c.inc78 tcg_gen_ld32u_i64(dst, tcg_env, offs);
651 tcg_gen_ld32u_i64(o->out, ptr, 0);
/qemu/target/hppa/
H A Dtranslate.c464 tcg_gen_ld32u_i64(ret, tcg_env, in load_frw0_i64()
2663 tcg_gen_ld32u_i64(stl, tcg_env, in trans_ixtlbxf()
2666 tcg_gen_ld32u_i64(atl, tcg_env, in trans_ixtlbxf()
4374 tcg_gen_ld32u_i64(t, tcg_env, offsetof(CPUHPPAState, fr0_shadow)); in trans_ftest()
/qemu/target/arm/tcg/
H A Dtranslate-neon.c70 tcg_gen_ld32u_i64(var, tcg_env, offset); in neon_load_element64()
H A Dtranslate-sve.c2474 tcg_gen_ld32u_i64(r, base, ofs); in load_esz()
4945 tcg_gen_ld32u_i64(tmp, tcg_env, poff); in do_ldro()
H A Dtranslate-a64.c1260 tcg_gen_ld32u_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()
9356 tcg_gen_ld32u_i64(tcg_rd, tcg_env, fp_reg_offset(s, a->rn, MO_32)); in trans_FMOV_ws()
H A Dtranslate.c1210 tcg_gen_ld32u_i64(dest, tcg_env, off); in read_neon_element64()
/qemu/tcg/
H A Dtcg-op.c1503 void tcg_gen_ld32u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld32u_i64() function
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc3555 tcg_gen_ld32u_i64(dest, base, ofs);