Searched refs:tcg_gen_ld16u_i32 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 288 #define tcg_gen_ld16u_tl tcg_gen_ld16u_i32
|
H A D | tcg-op-common.h | 163 void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 53 tcg_gen_ld16u_i32(var, tcg_env, in vfp_load_reg16() 2572 tcg_gen_ld16u_i32(tmp, tcg_env, vfp_f16_offset(a->vm, a->t)); in trans_VCVT_f32_f16() 2606 tcg_gen_ld16u_i32(tmp, tcg_env, vfp_f16_offset(a->vm, a->t)); in trans_VCVT_f64_f16()
|
H A D | translate-neon.c | 48 tcg_gen_ld16u_i32(var, tcg_env, offset); in neon_load_element()
|
H A D | translate-a64.c | 627 tcg_gen_ld16u_i32(v, tcg_env, fp_reg_offset(s, reg, MO_16)); in read_fp_hreg() 1128 tcg_gen_ld16u_i32(tcg_dest, tcg_env, vect_off); in read_vec_element_i32()
|
H A D | translate.c | 1200 tcg_gen_ld16u_i32(dest, tcg_env, off); in read_neon_element32()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1434 void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16u_i32() function 1532 tcg_gen_ld16u_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld16u_i64()
|
H A D | tcg-op-gvec.c | 1741 tcg_gen_ld16u_i32(in, tcg_env, aofs); in tcg_gen_gvec_dup_mem()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 927 tcg_gen_ld16u_i32(t32, src, offsetof(FPReg, l.upper)); in gen_fp_move() 1010 tcg_gen_ld16u_i32(tmp, fp, offsetof(FPReg, l.upper)); in gen_store_fp()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 108 tcg_gen_ld16u_i32(dst, tcg_env, offs);
|