/openbmc/qemu/target/mips/ |
H A D | fpu.c | 16 float_round_up,
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpa11.c | 43 return float_round_up; in SetRoundingMode()
|
H A D | softfloat.c | 87 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32() 234 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat32() 405 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat64() 596 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloatx80() 654 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() 669 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloatx80() 694 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() 996 case float_round_up: in float32_round_to_int() 1010 if ( extractFloat32Sign( z ) ^ ( roundingMode == float_round_up ) ) { in float32_round_to_int() 1890 case float_round_up: in float64_round_to_int() [all …]
|
H A D | softfloat.h | 87 float_round_up = 3 enumerator
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-types.h | 134 float_round_up = 2, enumerator
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 25 float_round_up, 613 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_l_d() 631 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_l_s() 649 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_w_d() 667 set_float_rounding_mode(float_round_up, &env->fp_status); in helper_ftintrp_w_s()
|
H A D | vec_helper.c | 2767 FCVT_2OP(vfrintrp_s, 32, UW, float_round_up) 2768 FCVT_2OP(vfrintrp_d, 64, UD, float_round_up) 2808 FTINT(rp_w_s, float32, int32, uint32_t, uint32_t, float_round_up) in DO_FTINT() 2809 FTINT(rp_l_d, float64, int64, uint64_t, uint64_t, float_round_up) in DO_FTINT() 2835 FTINT(rp_w_d, float64, int32, uint64_t, uint32_t, float_round_up) in DO_FTINT() 2868 FTINT(rpl_l_s, float32, int64, uint32_t, uint64_t, float_round_up) 2872 FTINT(rph_l_s, float32, int64, uint32_t, uint64_t, float_round_up)
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11.c | 93 rounding_mode = float_round_up; in SetRoundingMode()
|
/openbmc/qemu/target/tricore/ |
H A D | helper.c | 106 set_float_rounding_mode(float_round_up, &env->fp_status); in fpu_set_state()
|
/openbmc/qemu/target/openrisc/ |
H A D | fpu_helper.c | 78 float_round_up, in cpu_set_fpcsr()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 529 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_l_d() 544 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_l_s() 559 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_w_d() 574 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_w_s() 841 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_d() 858 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_s() 875 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_d() 892 set_float_rounding_mode(float_round_up, &env->active_fpu.fp_status); in helper_float_ceil_2008_w_s()
|
/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/ppc/ |
H A D | cpu.c | 210 rnd_type = float_round_up; in fpscr_set_rounding_mode()
|
H A D | fpu_helper.c | 630 return do_fri(env, arg, float_round_up); in helper_frip() 3019 float_round_up + float_round_to_zero) 3074 VSX_ROUND(xsrdpip, 1, float64, VsrD(0), float_round_up, 1) 3080 VSX_ROUND(xvrdpip, 2, float64, VsrD(i), float_round_up, 0) 3086 VSX_ROUND(xvrspip, 4, float32, VsrW(i), float_round_up, 0) 3220 rmode = float_round_up; in helper_xsrqpi() 3274 rmode = float_round_up; in helper_xsrqpxp()
|
/openbmc/qemu/target/hexagon/ |
H A D | fma_emu.c | 446 case float_round_up: \ 484 case float_round_up: \
|
H A D | arch.c | 193 float_round_up,
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 102 i = float_round_up; in vfp_set_fpcr_to_host() 652 case float_round_up: /* Round to +Inf */ in round_to_inf() 1112 [FPROUNDING_POSINF] = float_round_up,
|
/openbmc/qemu/target/alpha/ |
H A D | helper.c | 44 [FPCR_DYN_PLUS >> FPCR_DYN_SHIFT] = float_round_up, in cpu_alpha_store_fpcr()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 72 softrm = float_round_up; in helper_set_rounding_mode() 106 softrm = float_round_up; in helper_set_rounding_mode_chkfrm()
|
/openbmc/qemu/target/rx/ |
H A D | op_helper.c | 128 float_round_up, in helper_set_fpsw()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 442 set_float_rounding_mode(float_round_up, &env->fpu_status); in s390_swap_bfp_rounding_mode() 892 float_round_up,
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 41 rm = float_round_up; in HELPER()
|
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 602 mode = float_round_up; in set_soft_precision()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 584 rnd_mode = float_round_up; in set_fsr_nonsplit()
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 174 case float_round_up: 934 case float_round_up: 995 case float_round_up:
|