Searched refs:float_round_ties_away (Results 1 – 10 of 10) sorted by relevance
/qemu/include/fpu/ |
H A D | softfloat-types.h | 138 float_round_ties_away = 4, enumerator
|
/qemu/target/riscv/ |
H A D | fpu_helper.c | 74 softrm = float_round_ties_away; in helper_set_rounding_mode() 108 softrm = float_round_ties_away; in helper_set_rounding_mode_chkfrm()
|
/qemu/target/ppc/ |
H A D | fpu_helper.c | 618 return do_fri(env, arg, float_round_ties_away); in helper_frin() 3069 VSX_ROUND(xsrdpi, 1, float64, VsrD(0), float_round_ties_away, 1) 3075 VSX_ROUND(xvrdpi, 2, float64, VsrD(i), float_round_ties_away, 0) 3081 VSX_ROUND(xvrspi, 4, float32, VsrW(i), float_round_ties_away, 0) 3206 rmode = float_round_ties_away; in helper_xsrqpi() 3260 rmode = float_round_ties_away; in helper_xsrqpxp()
|
/qemu/tests/fp/ |
H A D | fp-bench.c | 613 mode = float_round_ties_away; in set_soft_precision()
|
H A D | wrap.c.inc | 33 return float_round_ties_away;
|
/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 276 case float_round_ties_away: 1096 case float_round_ties_away: 1157 case float_round_ties_away:
|
H A D | softfloat.c | 5045 case float_round_ties_away: in roundAndPackFloatx80() 5111 case float_round_ties_away: in roundAndPackFloatx80() 5159 case float_round_ties_away: in roundAndPackFloatx80()
|
/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 425 set_float_rounding_mode(float_round_ties_away, &env->fpu_status); in s390_swap_bfp_rounding_mode()
|
/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 1194 [FPROUNDING_TIEAWAY] = float_round_ties_away,
|
H A D | translate-a64.c | 9917 a->esz, a->q, a->rd, a->rn, float_round_ties_away, f_fcvt_s_vi) 9919 a->esz, a->q, a->rd, a->rn, float_round_ties_away, f_fcvt_u_vi)
|