/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_fmov.c.inc | 130 tcg_gen_ld32u_i64(dest, tcg_env, offsetof(CPULoongArchState, fcsr0));
|
H A D | trans_vec.c.inc | 4892 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 D | tcg-op.h | 170 #define tcg_gen_ld32u_tl tcg_gen_ld32u_i64
|
H A D | tcg-op-common.h | 279 void tcg_gen_ld32u_i64(TCGv_i64 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 298 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 D | translate_vx.c.inc | 78 tcg_gen_ld32u_i64(dst, tcg_env, offs); 651 tcg_gen_ld32u_i64(o->out, ptr, 0);
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 462 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 D | translate-neon.c | 70 tcg_gen_ld32u_i64(var, tcg_env, offset); in neon_load_element64()
|
H A D | translate-sve.c | 2450 tcg_gen_ld32u_i64(r, base, ofs); in load_esz() 4840 tcg_gen_ld32u_i64(tmp, tcg_env, poff); in do_ldro()
|
H A D | translate-a64.c | 1083 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 D | translate.c | 1220 tcg_gen_ld32u_i64(dest, tcg_env, off); in read_neon_element64()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1540 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 D | trans_rvv.c.inc | 3165 tcg_gen_ld32u_i64(dest, base, ofs);
|