Home
last modified time | relevance | path

Searched refs:get_float_rounding_mode (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c320 FloatRoundMode old_mode = get_float_rounding_mode(status); in helper_flogb_s()
334 FloatRoundMode old_mode = get_float_rounding_mode(status); in helper_flogb_d()
539 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_l_d()
557 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_l_s()
575 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_w_d()
593 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_w_s()
611 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_l_d()
629 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_l_s()
647 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_w_d()
665 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_w_s()
[all …]
H A Dvec_helper.c2488 FloatRoundMode old_mode = get_float_rounding_mode(status); \
2755 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); \
2776 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); \
/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h119 static inline FloatRoundMode get_float_rounding_mode(float_status *status) in get_float_rounding_mode() function
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c156 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER()
379 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER()
412 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c473 get_float_rounding_mode(fpst), )
478 get_float_rounding_mode(fpst), )
511 uint32_t prev_rmode = get_float_rounding_mode(fp_status); in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c2525 uint32_t prev_rmode = get_float_rounding_mode(fpst); \
2548 uint32_t prev_rmode = get_float_rounding_mode(fpst); \
2828 set_float_rounding_mode(get_float_rounding_mode(fpst), statusp); in DO_MMLA_B()
H A Dmve_helper.c3306 uint32_t prev_rmode = get_float_rounding_mode(base_fpst); \
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c599 FloatRoundMode old_rounding_mode = get_float_rounding_mode(&env->fp_status); in do_fri()
3040 curr_rounding_mode = get_float_rounding_mode(&env->fp_status); \