| /openbmc/qemu/target/mips/ |
| H A D | fpu.c | 16 float_round_up,
|
| /openbmc/qemu/linux-user/arm/nwfpe/ |
| H A D | fpa11.c | 98 rounding_mode = float_round_up; in SetRoundingMode()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-types.h | 136 float_round_up = 2, enumerator
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 24 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 D | vec_helper.c | 2766 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 D | fma_emu.c | 369 case float_round_up: in accum_round_float64() 407 case float_round_up: in accum_round_float64()
|
| H A D | arch.c | 193 float_round_up,
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu.c | 230 rnd_type = float_round_up; in fpscr_set_rounding_mode()
|
| H A D | int_helper.c | 1549 VRFI(p, float_round_up) in VRFI()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 72 float_round_up, in HELPER() 85 float_round_up, in HELPER()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 528 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 D | vfp_helper.c | 186 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 D | translate-sme.c | 1443 TRANS_FEAT(FRINTP, aa64_sme2, do_zz_fpst, a, float_round_up, in TRANS_FEAT()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 127 float_round_up, in helper_set_fpsw()
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 71 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 D | fpu_helper.c | 441 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 D | fp-bench.c | 610 mode = float_round_up; in set_soft_precision()
|
| H A D | wrap.c.inc | 31 return float_round_up;
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 40 rm = float_round_up; in HELPER()
|
| /openbmc/qemu/target/sparc/ |
| H A D | fop_helper.c | 582 rnd_mode = float_round_up; in set_fsr_nonsplit()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 283 case float_round_up: 1098 case float_round_up: 1159 case float_round_up:
|
| H A D | softfloat.c | 5084 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 D | fpu_helper.c | 132 set_float_rounding_mode(float_round_up, &env->fp_status); in restore_rounding_mode()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | fpu_helper.c | 765 float_round_up, in set_x86_rounding_mode()
|