Searched refs:do_fp_reduction (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 6868 static bool do_fp_reduction(DisasContext *s, arg_qrr_e *a, in do_fp_reduction() function 6881 TRANS_FEAT(FMAXNMV_h, aa64_fp16, do_fp_reduction, a, gen_helper_advsimd_maxnumh) in TRANS_FEAT() argument 6882 TRANS_FEAT(FMINNMV_h, aa64_fp16, do_fp_reduction, a, gen_helper_advsimd_minnumh) in TRANS_FEAT() 6883 TRANS_FEAT(FMAXV_h, aa64_fp16, do_fp_reduction, a, gen_helper_advsimd_maxh) in TRANS_FEAT() 6884 TRANS_FEAT(FMINV_h, aa64_fp16, do_fp_reduction, a, gen_helper_advsimd_minh) in TRANS_FEAT() 6886 TRANS(FMAXNMV_s, do_fp_reduction, a, gen_helper_vfp_maxnums) in TRANS_FEAT() 6887 TRANS(FMINNMV_s, do_fp_reduction, a, gen_helper_vfp_minnums) in TRANS_FEAT() 6888 TRANS(FMAXV_s, do_fp_reduction, a, gen_helper_vfp_maxs) in TRANS_FEAT() 6889 TRANS(FMINV_s, do_fp_reduction, a, gen_helper_vfp_mins) in TRANS_FEAT()
|