Home
last modified time | relevance | path

Searched defs:fpst (Results 1 – 13 of 13) 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 Dhelper-a64.c165 float_status *fpst = fpstp; in HELPER() local
181 float_status *fpst = fpstp; in HELPER() local
198 float_status *fpst = fpstp; in HELPER() local
204 float_status *fpst = fpstp; in HELPER() local
210 float_status *fpst = fpstp; in HELPER() local
221 float_status *fpst = fpstp; in HELPER() local
236 float_status *fpst = fpstp; in HELPER() local
251 float_status *fpst = fpstp; in HELPER() local
266 float_status *fpst = fpstp; in HELPER() local
281 float_status *fpst = fpstp; in HELPER() local
[all …]
H A Dvec_helper.c882 float_status *fpst = vfpst; local
910 float_status *fpst = vfpst; in HELPER() local
938 float_status *fpst = vfpst; in HELPER() local
964 float_status *fpst = vfpst; in HELPER() local
991 float_status *fpst = vfpst; in HELPER() local
1026 float_status *fpst = vfpst; in HELPER() local
1053 float_status *fpst = vfpst; in HELPER() local
1088 float_status *fpst = vfpst; in HELPER() local
1192 float_status *fpst = fpstp; in vfp_tosszh() local
1202 float_status *fpst = fpstp; in vfp_touszh() local
[all …]
H A Dneon_helper.c1221 float_status *fpst = fpstp; in HELPER() local
1227 float_status *fpst = fpstp; in HELPER() local
1233 float_status *fpst = fpstp; in HELPER() local
1239 float_status *fpst = fpstp; in HELPER() local
1247 float_status *fpst = fpstp; in HELPER() local
1255 float_status *fpst = fpstp; in HELPER() local
1263 float_status *fpst = fpstp; in HELPER() local
H A Dtranslate-neon.c205 TCGv_ptr fpst = fpstatus_ptr(fp_flavour); in do_neon_ddda_fpst() local
234 TCGv_ptr fpst; in trans_VCADD() local
1373 TCGv_ptr fpst; in do_fp_2sh() local
2947 TCGv_ptr fpst; in trans_VCVT_B16_F32() local
2987 TCGv_ptr fpst; in trans_VCVT_F16_F32() local
3033 TCGv_ptr fpst; in trans_VCVT_F32_F16() local
H A Dsme_helper.c912 float_status fpst; in HELPER() local
955 float_status fpst = *(float_status *)vst; in HELPER() local
1088 float_status fpst, fpst_odd; in HELPER() local
H A Dtranslate-sme.c320 TCGv_ptr za, zn, zm, pn, pm, fpst; in do_outprod_fpst() local
H A Dtranslate-a64.c720 TCGv_ptr fpst = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in gen_gvec_op3_fpst() local
762 TCGv_ptr fpst = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in gen_gvec_op4_fpst() local
6721 TCGv_ptr fpst; in do_fmadd() local
6874 TCGv_ptr fpst = fpstatus_ptr(esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_reduction() local
8709 TCGv_ptr fpst = fpstatus_ptr(size == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in handle_fp_compare() local
8875 TCGv_ptr fpst = NULL; in handle_fp_1src_half() local
8927 TCGv_ptr fpst; in handle_fp_1src_single() local
8999 TCGv_ptr fpst; in handle_fp_1src_double() local
9082 TCGv_ptr fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_fcvt() local
9098 TCGv_ptr fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_fcvt() local
[all …]
H A Dtranslate.h810 static inline TCGv_i32 gen_set_rmode(ARMFPRounding rmode, TCGv_ptr fpst) in gen_set_rmode()
819 static inline void gen_restore_rmode(TCGv_i32 old, TCGv_ptr fpst) in gen_restore_rmode()
H A Dmve_helper.c3348 float_status *fpst; local
3378 float_status *fpst; in do_vcvt_hs() local
H A Dsve_helper.c4483 static inline float64 sve_f16_to_f64(float16 f, float_status *fpst) in sve_f16_to_f64()
4494 static inline float16 sve_f32_to_f16(float32 f, float_status *fpst) in sve_f32_to_f16()
4505 static inline float16 sve_f64_to_f16(float64 f, float_status *fpst) in sve_f64_to_f16()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c523 float_status *fpst = fpstp; in HELPER() local
536 float_status *fpst = fpstp; in HELPER() local
549 float_status *fpst = fpstp; in HELPER() local
562 float_status *fpst = fpstp; in HELPER() local
647 static bool round_to_inf(float_status *fpst, bool sign_bit) in round_to_inf()
665 float_status *fpst = fpstp; in HELPER() local
715 float_status *fpst = fpstp; in HELPER() local
765 float_status *fpst = fpstp; in HELPER() local
1027 float_status *fpst = fpstp; in VFP_HELPER() local
1033 float_status *fpst = fpstp; in VFP_HELPER() local
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dunaligned_64.c38 fpst, enumerator