| /openbmc/qemu/target/mips/ |
| H A D | fpu.c | 17 float_round_down
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 25 float_round_down 329 set_float_rounding_mode(float_round_down, status); in helper_flogb_s() 343 set_float_rounding_mode(float_round_down, status); in helper_flogb_d() 546 set_float_rounding_mode(float_round_down, &env->fp_status); in helper_ftintrm_l_d() 564 set_float_rounding_mode(float_round_down, &env->fp_status); in helper_ftintrm_l_s() 582 set_float_rounding_mode(float_round_down, &env->fp_status); in helper_ftintrm_w_d() 600 set_float_rounding_mode(float_round_down, &env->fp_status); in helper_ftintrm_w_s()
|
| H A D | vec_helper.c | 2489 set_float_rounding_mode(float_round_down, status); \ 2768 FCVT_2OP(vfrintrm_s, 32, UW, float_round_down) 2769 FCVT_2OP(vfrintrm_d, 64, UD, float_round_down) 2811 FTINT(rm_w_s, float32, int32, uint32_t, uint32_t, float_round_down) in DO_FTINT() 2812 FTINT(rm_l_d, float64, int64, uint64_t, uint64_t, float_round_down) in DO_FTINT() 2833 FTINT(rm_w_d, float64, int32, uint64_t, uint32_t, float_round_down) in DO_FTINT() 2866 FTINT(rml_l_s, float32, int64, uint32_t, uint64_t, float_round_down) 2870 FTINT(rmh_l_s, float32, int64, uint32_t, uint64_t, float_round_down)
|
| /openbmc/qemu/target/hexagon/ |
| H A D | fma_emu.c | 319 case float_round_down: in accum_round_float64() 374 case float_round_down: in accum_round_float64() 413 case float_round_down: in accum_round_float64()
|
| H A D | arch.c | 192 float_round_down,
|
| /openbmc/qemu/linux-user/arm/nwfpe/ |
| H A D | fpa11.c | 105 rounding_mode = float_round_down; in SetRoundingMode()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-types.h | 135 float_round_down = 1, enumerator
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu.c | 235 rnd_type = float_round_down; in fpscr_set_rounding_mode()
|
| H A D | int_helper.c | 1548 VRFI(m, float_round_down) in VRFI()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 73 float_round_down, in HELPER() 86 float_round_down, in HELPER()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 588 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_l_d() 603 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_l_s() 618 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_w_d() 633 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_w_s() 908 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_2008_l_d() 925 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_2008_l_s() 942 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_2008_w_d() 959 set_float_rounding_mode(float_round_down, &env->active_fpu.fp_status); in helper_float_floor_2008_w_s()
|
| H A D | msa_helper.c | 7911 set_float_rounding_mode(float_round_down, status); \
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 189 i = float_round_down; in vfp_set_fpcr_to_host() 673 case float_round_down: /* Round to -Inf */ in round_to_inf() 1202 [FPROUNDING_NEGINF] = float_round_down,
|
| H A D | translate-sme.c | 1445 TRANS_FEAT(FRINTM, aa64_sme2, do_zz_fpst, a, float_round_down, in TRANS_FEAT()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 128 float_round_down, in helper_set_fpsw()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 287 case float_round_down: 486 a->sign = s->float_rounding_mode == float_round_down; 723 a->sign = s->float_rounding_mode == float_round_down; 1101 case float_round_down: 1162 case float_round_down:
|
| H A D | softfloat.c | 5087 case float_round_down: in roundAndPackFloatx80() 5154 case float_round_down: in roundAndPackFloatx80() 5172 || ( ! zSign && ( roundingMode == float_round_down ) ) in roundAndPackFloatx80() 5202 case float_round_down: in roundAndPackFloatx80()
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 68 softrm = float_round_down; in helper_set_rounding_mode() 102 softrm = float_round_down; in helper_set_rounding_mode_chkfrm()
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 445 set_float_rounding_mode(float_round_down, &env->fpu_status); in s390_swap_bfp_rounding_mode() 892 float_round_down,
|
| /openbmc/qemu/tests/fp/ |
| H A D | fp-bench.c | 607 mode = float_round_down; in set_soft_precision()
|
| H A D | wrap.c.inc | 29 return float_round_down;
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 43 rm = float_round_down; in HELPER()
|
| /openbmc/qemu/target/sparc/ |
| H A D | fop_helper.c | 585 rnd_mode = float_round_down; in set_fsr_nonsplit()
|
| /openbmc/qemu/target/m68k/ |
| H A D | fpu_helper.c | 129 set_float_rounding_mode(float_round_down, &env->fp_status); in restore_rounding_mode()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | fpu_helper.c | 764 float_round_down, in set_x86_rounding_mode()
|