Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/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)
/openbmc/qemu/include/tcg/
H A Dtcg-op.h170 #define tcg_gen_ld32u_tl tcg_gen_ld32u_i64
H A Dtcg-op-common.h279 void tcg_gen_ld32u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c301 tcg_gen_ld32u_i64(r, tcg_env, freg32_offset(reg)); in load_freg32_i64()
2367 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, aregs[r2])); in op_ear()
2380 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, fpc)); in op_efpc()
3238 tcg_gen_ld32u_i64(ar1, tcg_env, offsetof(CPUS390XState, aregs[b2])); in op_mov2e()
4069 tcg_gen_ld32u_i64(tmp, tcg_env, offsetof(CPUS390XState, fpc)); in op_srnmt()
4153 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, core_id)); in op_stap()
4173 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);
/openbmc/qemu/target/hppa/
H A Dtranslate.c389 tcg_gen_ld32u_i64(ret, tcg_env, in load_frw0_i64()
2437 tcg_gen_ld32u_i64(stl, tcg_env, in trans_ixtlbxf()
2440 tcg_gen_ld32u_i64(atl, tcg_env, in trans_ixtlbxf()
4199 tcg_gen_ld32u_i64(t, tcg_env, offsetof(CPUHPPAState, fr0_shadow)); in trans_ftest()
/openbmc/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.c2577 tcg_gen_ld32u_i64(r, base, ofs); in load_esz()
4967 tcg_gen_ld32u_i64(tmp, tcg_env, poff); in do_ldro()
H A Dtranslate-a64.c1096 tcg_gen_ld32u_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()
6871 tcg_gen_ld32u_i64(tcg_rd, tcg_env, fp_reg_offset(s, rn, MO_32)); in handle_fmov()
H A Dtranslate.c1224 tcg_gen_ld32u_i64(dest, tcg_env, off); in read_neon_element64()
/openbmc/qemu/tcg/
H A Dtcg-op.c1540 void tcg_gen_ld32u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld32u_i64() function
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc3237 tcg_gen_ld32u_i64(dest, base, ofs);