Home
last modified time | relevance | path

Searched refs:float_round_ties_away (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h136 float_round_ties_away = 4, enumerator
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c75 softrm = float_round_ties_away; in helper_set_rounding_mode()
109 softrm = float_round_ties_away; in helper_set_rounding_mode_chkfrm()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c620 return do_fri(env, arg, float_round_ties_away); in helper_frin()
3071 VSX_ROUND(xsrdpi, 1, float64, VsrD(0), float_round_ties_away, 1)
3077 VSX_ROUND(xvrdpi, 2, float64, VsrD(i), float_round_ties_away, 0)
3083 VSX_ROUND(xvrspi, 4, float32, VsrW(i), float_round_ties_away, 0)
3208 rmode = float_round_ties_away; in helper_xsrqpi()
3262 rmode = float_round_ties_away; in helper_xsrqpxp()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c605 mode = float_round_ties_away; in set_soft_precision()
H A Dwrap.c.inc33 return float_round_ties_away;
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc167 case float_round_ties_away:
928 case float_round_ties_away:
989 case float_round_ties_away:
H A Dsoftfloat.c4974 case float_round_ties_away: in roundAndPackFloatx80()
5040 case float_round_ties_away: in roundAndPackFloatx80()
5090 case float_round_ties_away: in roundAndPackFloatx80()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c426 set_float_rounding_mode(float_round_ties_away, &env->fpu_status); in s390_swap_bfp_rounding_mode()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c1115 [FPROUNDING_TIEAWAY] = float_round_ties_away,