Home
last modified time | relevance | path

Searched defs:fpst (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c433 TCGv_ptr fpst; in trans_VRINT() local
500 TCGv_ptr fpst; in trans_VCVT() local
1365 TCGv_ptr fpst; in do_vfp_3op_sp() local
1442 TCGv_ptr fpst; in do_vfp_3op_hp() local
1479 TCGv_ptr fpst; in do_vfp_3op_dp() local
1720 static void gen_VMLA_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) in gen_VMLA_hp()
1734 static void gen_VMLA_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) in gen_VMLA_sp()
1748 static void gen_VMLA_dp(TCGv_i64 vd, TCGv_i64 vn, TCGv_i64 vm, TCGv_ptr fpst) in gen_VMLA_dp()
1762 static void gen_VMLS_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) in gen_VMLS_hp()
1780 static void gen_VMLS_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) in gen_VMLS_sp()
[all …]
H A Dvfp_helper.c666 static bool round_to_inf(float_status *fpst, bool sign_bit) in round_to_inf()
735 static float32 do_recpe_f32(float32 input, float_status *fpst, bool rpres) in do_recpe_f32()
1248 static float32 frint_s(float32 f, float_status *fpst, int intsize) in frint_s()
1296 static float64 frint_d(float64 f, float_status *fpst, int intsize) in frint_d()
H A Dtranslate-sme.c530 TCGv_ptr za, zn, zm, pn, pm, fpst; in do_outprod_fpst() local
706 TCGv_ptr fpst; in TRANS_FEAT() local
742 TCGv_ptr fpst; in do_z2z_nn_fpst() local
951 int data, int shsel, bool multi, int fpst, in do_azz_acc_fp()
1406 TCGv_ptr fpst = fpstatus_ptr(type); in TRANS_FEAT() local
1621 TCGv_ptr fpst; in TRANS_FEAT() local
H A Dvec_helper.c1259 static int16_t vfp_tosszh(float16 x, float_status *fpst) in vfp_tosszh()
1268 static uint16_t vfp_touszh(float16 x, float_status *fpst) in vfp_touszh()
2223 float_status *fpst = &env->vfp.fp_status[fpst_idx]; in do_fmlal() local
2306 float_status *fpst = &env->vfp.fp_status[fpst_idx]; in do_fmlal_idx() local
3065 float32 bfdotadd(float32 sum, uint32_t e1, uint32_t e2, float_status *fpst) in bfdotadd()
3082 float_status *fpst, float_status *fpst_odd) in bfdotadd_ebf()
3151 float_status fpst, fpst_odd; in HELPER() local
3174 float_status fpst, fpst_odd; in HELPER() local
3208 float_status fpst, fpst_odd; in HELPER() local
3241 float_status fpst, fpst_odd; in HELPER() local
H A Dsme_helper.c1000 uint16_t *pm, float_status *fpst, uint32_t desc, in do_fmopa_h()
1051 uint16_t *pm, float_status *fpst, uint32_t desc, in do_fmopa_s()
1102 uint8_t *pm, float_status *fpst, uint32_t desc, in do_fmopa_d()
1142 uint16_t *pm, float_status *fpst, uint32_t desc, in do_bfmopa()
1435 float_status fpst, fpst_odd; in do_bfmopa_w() local
H A Dmve_helper.c3355 float_status *fpst; local
3385 float_status *fpst; in do_vcvt_hs() local
H A Dsve_helper.c4856 static inline float64 sve_f16_to_f64(float16 f, float_status *fpst) in sve_f16_to_f64()
4867 float16 sve_f32_to_f16(float32 f, float_status *fpst) in sve_f32_to_f16()
4878 static inline float16 sve_f64_to_f16(float64 f, float_status *fpst) in sve_f64_to_f16()