Home
last modified time | relevance | path

Searched refs:set_flush_to_zero (Results 1 – 16 of 16) sorted by relevance

/qemu/target/mips/
H A Dfpu_helper.h24 set_flush_to_zero((env->active_fpu.fcr31 & (1 << FCR31_FS)) != 0, in restore_flush_mode()
63 set_flush_to_zero(flush_to_zero, status); in restore_msa_fp_status()
/qemu/target/arm/
H A Dvfp_helper.c129 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status_f16); in vfp_set_fpscr_to_host()
130 set_flush_to_zero(ftz_enabled, &env->vfp.standard_fp_status_f16); in vfp_set_fpscr_to_host()
136 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status); in vfp_set_fpscr_to_host()
506 set_flush_to_zero(false, fpst); in HELPER()
508 set_flush_to_zero(save, fpst); in HELPER()
532 set_flush_to_zero(false, fpst); in HELPER()
534 set_flush_to_zero(save, fpst); in HELPER()
H A Dcpu.c548 set_flush_to_zero(1, &env->vfp.standard_fp_status); in arm_cpu_reset_hold()
/qemu/include/fpu/
H A Dsoftfloat-helpers.h78 static inline void set_flush_to_zero(bool val, float_status *status) in set_flush_to_zero() function
/qemu/target/tricore/
H A Dfpu_helper.c435 set_flush_to_zero(0, &env->fp_status); in helper_ftohp()
437 set_flush_to_zero(1, &env->fp_status); in helper_ftohp()
H A Dhelper.c117 set_flush_to_zero(1, &env->fp_status); in fpu_set_state()
/qemu/target/ppc/
H A Dcpu.c61 set_flush_to_zero((vscr >> VSCR_NJ) & 1, &env->vec_status); in ppc_store_vscr()
/qemu/target/rx/
H A Dcpu.c94 set_flush_to_zero(1, &env->fp_status); in rx_cpu_reset_hold()
/qemu/target/sh4/
H A Dcpu.c127 set_flush_to_zero(1, &env->fp_status); in superh_cpu_reset_hold()
H A Dop_helper.c213 set_flush_to_zero((val & FPSCR_DN) != 0, &env->fp_status); in helper_ld_fpscr()
/qemu/target/alpha/
H A Dfpu_helper.c36 set_flush_to_zero(val, &FP_STATUS); in helper_setflushzero()
/qemu/target/hppa/
H A Dfpu_helper.c50 set_flush_to_zero(d, &env->fp_status); in HELPER()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c33 set_flush_to_zero(0, &env->fp_status); in restore_fp_status()
/qemu/target/arm/tcg/
H A Dmve_helper.c3352 set_flush_to_zero(false, base_fpst);
3366 set_flush_to_zero(old_fz, base_fpst);
H A Dsve_helper.c4499 set_flush_to_zero(false, fpst); in sve_f32_to_f16()
4501 set_flush_to_zero(save, fpst); in sve_f32_to_f16()
4510 set_flush_to_zero(false, fpst); in sve_f64_to_f16()
4512 set_flush_to_zero(save, fpst); in sve_f64_to_f16()
/qemu/target/i386/tcg/
H A Dfpu_helper.c3201 set_flush_to_zero((mxcsr & SSE_FZ) ? 1 : 0, &env->sse_status); in update_mxcsr_status()