Home
last modified time | relevance | path

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

/qemu/target/loongarch/tcg/
H A Dfpu_helper.c327 FloatRoundMode old_mode = get_float_rounding_mode(status); in helper_flogb_s()
341 FloatRoundMode old_mode = get_float_rounding_mode(status); in helper_flogb_d()
544 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_l_d()
562 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_l_s()
580 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_w_d()
598 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrm_w_s()
616 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_l_d()
634 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_l_s()
652 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_w_d()
670 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); in helper_ftintrp_w_s()
[all …]
H A Dvec_helper.c2487 FloatRoundMode old_mode = get_float_rounding_mode(status); \
2754 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); \
2775 FloatRoundMode old_mode = get_float_rounding_mode(&env->fp_status); \
/qemu/include/fpu/
H A Dsoftfloat-helpers.h144 static inline FloatRoundMode get_float_rounding_mode(const float_status *status) in get_float_rounding_mode() function
/qemu/target/m68k/
H A Dfpu_helper.c155 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER()
378 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER()
411 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER()
/qemu/target/arm/tcg/
H A Dvfp_helper.c442 get_float_rounding_mode(fpst), )
447 get_float_rounding_mode(fpst), )
482 uint32_t prev_rmode = get_float_rounding_mode(fp_status); in HELPER()
H A Dhelper-a64.c362 int old = get_float_rounding_mode(fpst); in HELPER()
H A Dvec_helper.c2666 uint32_t prev_rmode = get_float_rounding_mode(fpst); \
2690 uint32_t prev_rmode = get_float_rounding_mode(fpst); \
H A Dmve_helper.c3294 uint32_t prev_rmode = get_float_rounding_mode(base_fpst); \
/qemu/target/ppc/
H A Dfpu_helper.c597 FloatRoundMode old_rounding_mode = get_float_rounding_mode(&env->fp_status); in do_fri()
3038 curr_rounding_mode = get_float_rounding_mode(&env->fp_status); \