Searched refs:tcg_gen_st16_i32 (Results 1 – 11 of 11) sorted by relevance
/qemu/accel/tcg/ |
H A D | translator.c | 80 tcg_gen_st16_i32(count, tcg_env, in gen_tb_start()
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 307 #define tcg_gen_st16_tl tcg_gen_st16_i32
|
H A D | tcg-op-common.h | 171 void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset);
|
/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 2631 tcg_gen_st16_i32(tmp, tcg_env, vfp_f16_offset(a->vd, a->t)); in trans_VCVT_b16_f32() 2655 tcg_gen_st16_i32(tmp, tcg_env, vfp_f16_offset(a->vd, a->t)); in trans_VCVT_f16_f32() 2690 tcg_gen_st16_i32(tmp, tcg_env, vfp_f16_offset(a->vd, a->t)); in trans_VCVT_f16_f64()
|
H A D | translate-neon.c | 89 tcg_gen_st16_i32(var, tcg_env, offset); in neon_store_element()
|
H A D | translate-a64.c | 715 tcg_gen_st16_i32(v, tcg_env, fp_reg_offset(s, reg, MO_16)); in write_fp_hreg_merging() 1338 tcg_gen_st16_i32(tcg_src, tcg_env, vect_off); in write_vec_element_i32()
|
H A D | translate.c | 1229 tcg_gen_st16_i32(src, tcg_env, off); in write_neon_element32()
|
/qemu/target/i386/tcg/ |
H A D | translate.c | 2676 tcg_gen_st16_i32(s->tmp2_i32, tcg_env, in gen_x87() 3005 tcg_gen_st16_i32(s->tmp2_i32, tcg_env, in gen_x87()
|
/qemu/target/m68k/ |
H A D | translate.c | 929 tcg_gen_st16_i32(t32, dest, offsetof(FPReg, l.upper)); in gen_fp_move() 966 tcg_gen_st16_i32(tmp, fp, offsetof(FPReg, l.upper)); in gen_load_fp() 1146 tcg_gen_st16_i32(tmp, fp, offsetof(FPReg, l.upper)); in gen_ea_mode_fp()
|
/qemu/tcg/ |
H A D | tcg-op.c | 1410 void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st16_i32() function 1554 tcg_gen_st16_i32(TCGV_LOW(arg1), arg2, offset); in tcg_gen_st16_i64()
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 158 tcg_gen_st16_i32(src, tcg_env, offs);
|