Home
last modified time | relevance | path

Searched refs:set_float_rounding_mode (Results 1 – 25 of 33) sorted by relevance

12

/qemu/target/loongarch/tcg/
H A Dfpu_helper.c321 set_float_rounding_mode(float_round_down, status); in helper_flogb_s()
324 set_float_rounding_mode(old_mode, status); in helper_flogb_s()
335 set_float_rounding_mode(float_round_down, status); in helper_flogb_d()
338 set_float_rounding_mode(old_mode, status); in helper_flogb_d()
542 set_float_rounding_mode(old_mode, &env->fp_status); in helper_ftintrm_l_d()
560 set_float_rounding_mode(old_mode, &env->fp_status); in helper_ftintrm_l_s()
578 set_float_rounding_mode(old_mode, &env->fp_status); in helper_ftintrm_w_d()
596 set_float_rounding_mode(old_mode, &env->fp_status); in helper_ftintrm_w_s()
614 set_float_rounding_mode(old_mode, &env->fp_status); in helper_ftintrp_l_d()
632 set_float_rounding_mode(old_mode, &env->fp_status); in helper_ftintrp_l_s()
[all …]
H A Dvec_helper.c2490 set_float_rounding_mode(float_round_down, status); \
2493 set_float_rounding_mode(old_mode, status); \
2756 set_float_rounding_mode(MODE, &env->fp_status); \
2758 set_float_rounding_mode(old_mode, &env->fp_status); \
2778 set_float_rounding_mode(MODE, &env->fp_status); \
2780 set_float_rounding_mode(old_mode, &env->fp_status); \
/qemu/target/tricore/
H A Dhelper.c103 set_float_rounding_mode(float_round_nearest_even, &env->fp_status); in fpu_set_state()
106 set_float_rounding_mode(float_round_up, &env->fp_status); in fpu_set_state()
109 set_float_rounding_mode(float_round_down, &env->fp_status); in fpu_set_state()
112 set_float_rounding_mode(float_round_to_zero, &env->fp_status); in fpu_set_state()
/qemu/target/m68k/
H A Dfpu_helper.c124 set_float_rounding_mode(float_round_nearest_even, &env->fp_status); in restore_rounding_mode()
127 set_float_rounding_mode(float_round_to_zero, &env->fp_status); in restore_rounding_mode()
130 set_float_rounding_mode(float_round_down, &env->fp_status); in restore_rounding_mode()
133 set_float_rounding_mode(float_round_up, &env->fp_status); in restore_rounding_mode()
157 set_float_rounding_mode(float_round_to_zero, &env->fp_status); in HELPER()
159 set_float_rounding_mode(rounding_mode, &env->fp_status); in HELPER()
383 set_float_rounding_mode(float_round_to_zero, &env->fp_status); in HELPER()
386 set_float_rounding_mode(rounding_mode, &env->fp_status); in HELPER()
416 set_float_rounding_mode(float_round_to_zero, &env->fp_status); in HELPER()
419 set_float_rounding_mode(rounding_mode, &env->fp_status); in HELPER()
[all …]
/qemu/target/mips/
H A Dfpu_helper.h18 set_float_rounding_mode(ieee_rm[env->active_fpu.fcr31 & 3], in restore_rounding_mode()
62 set_float_rounding_mode(ieee_rm[rounding_mode], status); in restore_msa_fp_status()
/qemu/target/mips/tcg/
H A Dfpu_helper.c412 set_float_rounding_mode(float_round_nearest_even, in helper_float_round_l_d()
428 set_float_rounding_mode(float_round_nearest_even, in helper_float_round_l_s()
444 set_float_rounding_mode(float_round_nearest_even, in helper_float_round_w_d()
460 set_float_rounding_mode(float_round_nearest_even, in helper_float_round_w_s()
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()
709 set_float_rounding_mode(float_round_nearest_even, in helper_float_round_2008_l_d()
727 set_float_rounding_mode(float_round_nearest_even, in helper_float_round_2008_l_s()
745 set_float_rounding_mode(float_round_nearest_even, in helper_float_round_2008_w_d()
[all …]
/qemu/target/xtensa/
H A Dfpu_helper.c70 set_float_rounding_mode(rounding_mode[v & 3], &env->fp_status); in HELPER()
87 set_float_rounding_mode(rounding_mode[v & 3], &env->fp_status); in HELPER()
264 set_float_rounding_mode(rounding_mode, &fp_status); in HELPER()
277 set_float_rounding_mode(rounding_mode, &fp_status); in HELPER()
291 set_float_rounding_mode(rounding_mode, &fp_status); in HELPER()
313 set_float_rounding_mode(rounding_mode, &fp_status); in HELPER()
/qemu/target/s390x/tcg/
H A Dfpu_helper.c426 set_float_rounding_mode(float_round_ties_away, &env->fpu_status); in s390_swap_bfp_rounding_mode()
430 set_float_rounding_mode(float_round_to_odd, &env->fpu_status); in s390_swap_bfp_rounding_mode()
434 set_float_rounding_mode(float_round_nearest_even, &env->fpu_status); in s390_swap_bfp_rounding_mode()
438 set_float_rounding_mode(float_round_to_zero, &env->fpu_status); in s390_swap_bfp_rounding_mode()
442 set_float_rounding_mode(float_round_up, &env->fpu_status); in s390_swap_bfp_rounding_mode()
446 set_float_rounding_mode(float_round_down, &env->fpu_status); in s390_swap_bfp_rounding_mode()
456 set_float_rounding_mode(old_mode, &env->fpu_status); in s390_restore_bfp_rounding_mode()
912 set_float_rounding_mode(fpc_to_rnd[fpc & 0x7], &env->fpu_status); in HELPER()
931 set_float_rounding_mode(fpc_to_rnd[fpc & 0x7], &env->fpu_status); in HELPER()
964 set_float_rounding_mode(fpc_to_rnd[rnd & 0x7], &env->fpu_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat-helpers.h61 static inline void set_float_rounding_mode(FloatRoundMode val, in set_float_rounding_mode() function
/qemu/target/sh4/
H A Dcpu.c121 set_float_rounding_mode(float_round_nearest_even, &env->fp_status); /* ?! */ in superh_cpu_reset_hold()
126 set_float_rounding_mode(float_round_to_zero, &env->fp_status); in superh_cpu_reset_hold()
H A Dop_helper.c209 set_float_rounding_mode(float_round_to_zero, &env->fp_status); in helper_ld_fpscr()
211 set_float_rounding_mode(float_round_nearest_even, &env->fp_status); in helper_ld_fpscr()
/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c95 set_float_rounding_mode(rounding_mode, &fpa11->fp_status); in SetRoundingMode()
/qemu/tests/fp/
H A Dfp-test-log2.c73 set_float_rounding_mode(float_round_nearest_even, &qsf); in main()
/qemu/target/openrisc/
H A Dfpu_helper.c83 set_float_rounding_mode(rm_to_sf[extract32(val, 1, 2)], &env->fp_status); in cpu_set_fpcsr()
/qemu/target/ppc/
H A Dcpu.c218 set_float_rounding_mode(rnd_type, &env->fp_status); in fpscr_set_rounding_mode()
H A Dfpu_helper.c602 set_float_rounding_mode(rounding_mode, &env->fp_status); in do_fri()
604 set_float_rounding_mode(old_rounding_mode, &env->fp_status); in do_fri()
3041 set_float_rounding_mode(rmode, &env->fp_status); \
3063 set_float_rounding_mode(curr_rounding_mode, &env->fp_status); \
3232 set_float_rounding_mode(rmode, &tstat); in helper_xsrqpi()
3286 set_float_rounding_mode(rmode, &tstat); in helper_xsrqpxp()
/qemu/target/hexagon/
H A Darch.c199 set_float_rounding_mode( in arch_fpop_start()
H A Dop_helper.c1235 set_float_rounding_mode(float_round_nearest_even, &env->fp_status); in HELPER()
1268 set_float_rounding_mode(float_round_nearest_even, &env->fp_status); in HELPER()
/qemu/target/arm/
H A Dvfp_helper.c124 set_float_rounding_mode(i, &env->vfp.fp_status); in vfp_set_fpscr_to_host()
125 set_float_rounding_mode(i, &env->vfp.fp_status_f16); in vfp_set_fpscr_to_host()
480 set_float_rounding_mode(rmode, fp_status); in HELPER()
/qemu/target/microblaze/
H A Dcpu.c321 set_float_rounding_mode(float_round_nearest_even, &env->fp_status); in mb_cpu_initfn()
/qemu/target/riscv/
H A Dfpu_helper.c81 set_float_rounding_mode(softrm, &env->fp_status); in helper_set_rounding_mode()
118 set_float_rounding_mode(softrm, &env->fp_status); in helper_set_rounding_mode_chkfrm()
/qemu/target/rx/
H A Dop_helper.c137 set_float_rounding_mode(roundmode[FIELD_EX32(env->fpsw, FPSW, RM)], in helper_set_fpsw()
/qemu/target/alpha/
H A Dfpu_helper.c31 set_float_rounding_mode(val, &FP_STATUS); in helper_setroundmode()
/qemu/target/hppa/
H A Dfpu_helper.c47 set_float_rounding_mode(rm, &env->fp_status); in HELPER()
/qemu/target/sparc/
H A Dfop_helper.c582 set_float_rounding_mode(rnd_mode, &env->fp_status); in set_fsr_nonsplit()

12