Home
last modified time | relevance | path

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

/qemu/target/loongarch/tcg/
H A Dfpu_helper.c319 FloatRoundMode old_mode = get_float_rounding_mode(status); in helper_flogb_s()
333 FloatRoundMode old_mode = get_float_rounding_mode(status); in helper_flogb_d()
538 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_l_d()
556 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_l_s()
574 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_w_d()
592 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_w_s()
610 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_l_d()
628 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_l_s()
646 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_w_d()
664 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); \
/qemu/include/fpu/
H A Dsoftfloat-helpers.h113 static inline FloatRoundMode get_float_rounding_mode(float_status *status) in get_float_rounding_mode() function
/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()
/qemu/target/arm/
H A Dvfp_helper.c441 get_float_rounding_mode(fpst), )
446 get_float_rounding_mode(fpst), )
479 uint32_t prev_rmode = get_float_rounding_mode(fp_status); in HELPER()
/qemu/target/arm/tcg/
H A Dvec_helper.c2438 uint32_t prev_rmode = get_float_rounding_mode(fpst); \
2461 uint32_t prev_rmode = get_float_rounding_mode(fpst); \
H A Dmve_helper.c3306 uint32_t prev_rmode = get_float_rounding_mode(base_fpst); \
/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); \