Home
last modified time | relevance | path

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

/openbmc/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)
/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.c298 tcg_gen_ld32u_i64(r, tcg_env, freg32_offset(reg)); in load_freg32_i64()
2293 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, aregs[r2])); in op_ear()
2306 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, fpc)); in op_efpc()
3164 tcg_gen_ld32u_i64(ar1, tcg_env, offsetof(CPUS390XState, aregs[b2])); in op_mov2e()
3995 tcg_gen_ld32u_i64(tmp, tcg_env, offsetof(CPUS390XState, fpc)); in op_srnmt()
4079 tcg_gen_ld32u_i64(o->out, tcg_env, offsetof(CPUS390XState, core_id)); in op_stap()
4099 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.c462 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()
4377 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.c2450 tcg_gen_ld32u_i64(r, base, ofs); in load_esz()
4840 tcg_gen_ld32u_i64(tmp, tcg_env, poff); in do_ldro()
H A Dtranslate-a64.c1083 tcg_gen_ld32u_i64(tcg_dest, tcg_env, vect_off); in read_vec_element()
8679 tcg_gen_ld32u_i64(tcg_rd, tcg_env, fp_reg_offset(s, rn, MO_32)); in handle_fmov()
H A Dtranslate.c1220 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.inc3165 tcg_gen_ld32u_i64(dest, base, ofs);