Home
last modified time | relevance | path

Searched refs:float_round_up (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/target/mips/
H A Dfpu.c16 float_round_up,
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c98 rounding_mode = float_round_up; in SetRoundingMode()
/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h136 float_round_up = 2, enumerator
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c24 float_round_up,
618 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_l_d()
636 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_l_s()
654 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_w_d()
672 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_w_s()
H A Dvec_helper.c2766 FCVT_2OP(vfrintrp_s, 32, UW, float_round_up)
2767 FCVT_2OP(vfrintrp_d, 64, UD, float_round_up)
2807 FTINT(rp_w_s, float32, int32, uint32_t, uint32_t, float_round_up) in DO_FTINT()
2808 FTINT(rp_l_d, float64, int64, uint64_t, uint64_t, float_round_up) in DO_FTINT()
2834 FTINT(rp_w_d, float64, int32, uint64_t, uint32_t, float_round_up) in DO_FTINT()
2867 FTINT(rpl_l_s, float32, int64, uint32_t, uint64_t, float_round_up)
2871 FTINT(rph_l_s, float32, int64, uint32_t, uint64_t, float_round_up)
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c369 case float_round_up: in accum_round_float64()
407 case float_round_up: in accum_round_float64()
H A Darch.c193 float_round_up,
/openbmc/qemu/target/ppc/
H A Dcpu.c230 rnd_type = float_round_up; in fpscr_set_rounding_mode()
H A Dint_helper.c1549 VRFI(p, float_round_up) in VRFI()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c72 float_round_up, in HELPER()
85 float_round_up, in HELPER()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c528 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_l_d()
543 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_l_s()
558 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_w_d()
573 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_w_s()
840 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_d()
857 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_s()
874 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_d()
891 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_s()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c186 i = float_round_up; in vfp_set_fpcr_to_host()
671 case float_round_up: /* Round to +Inf */ in round_to_inf()
1201 [FPROUNDING_POSINF] = float_round_up,
H A Dtranslate-sme.c1443 TRANS_FEAT(FRINTP, aa64_sme2, do_zz_fpst, a, float_round_up, in TRANS_FEAT()
/openbmc/qemu/target/rx/
H A Dop_helper.c127 float_round_up, in helper_set_fpsw()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c71 softrm = float_round_up; in helper_set_rounding_mode()
105 softrm = float_round_up; in helper_set_rounding_mode_chkfrm()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c441 set_float_rounding_mode(float_round_up, &env->fpu_status); in s390_swap_bfp_rounding_mode()
891 float_round_up,
/openbmc/qemu/tests/fp/
H A Dfp-bench.c610 mode = float_round_up; in set_soft_precision()
H A Dwrap.c.inc31 return float_round_up;
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c40 rm = float_round_up; in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c582 rnd_mode = float_round_up; in set_fsr_nonsplit()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc283 case float_round_up:
1098 case float_round_up:
1159 case float_round_up:
H A Dsoftfloat.c5084 case float_round_up: in roundAndPackFloatx80()
5151 case float_round_up: in roundAndPackFloatx80()
5171 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloatx80()
5199 case float_round_up: in roundAndPackFloatx80()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c132 set_float_rounding_mode(float_round_up, &env->fp_status); in restore_rounding_mode()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c765 float_round_up, in set_x86_rounding_mode()