| /openbmc/qemu/target/mips/ |
| H A D | fpu_helper.h | 24 set_flush_to_zero((env->active_fpu.fcr31 & (1 << FCR31_FS)) != 0, in restore_flush_mode() 111 set_flush_to_zero(flush_to_zero, status); in restore_msa_fp_status()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 204 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_A32_F16]); in vfp_set_fpcr_to_host() 205 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_A64_F16]); in vfp_set_fpcr_to_host() 206 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_STD_F16]); in vfp_set_fpcr_to_host() 207 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_AH_F16]); in vfp_set_fpcr_to_host() 208 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_ZA_F16]); in vfp_set_fpcr_to_host() 217 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_A32]); in vfp_set_fpcr_to_host() 218 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_A64]); in vfp_set_fpcr_to_host() 219 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_ZA]); in vfp_set_fpcr_to_host() 519 set_flush_to_zero(false, fpst); in HELPER() 521 set_flush_to_zero(save, fpst); in HELPER() [all …]
|
| H A D | helper-a64.c | 393 set_flush_to_zero(false, fpst); \ 395 set_flush_to_zero(save, fpst); \
|
| H A D | mve_helper.c | 3359 set_flush_to_zero(false, base_fpst); 3373 set_flush_to_zero(old_fz, base_fpst);
|
| H A D | sve_helper.c | 4872 set_flush_to_zero(false, fpst); in sve_f32_to_f16() 4874 set_flush_to_zero(save, fpst); in sve_f32_to_f16() 4883 set_flush_to_zero(false, fpst); in sve_f64_to_f16() 4885 set_flush_to_zero(save, fpst); in sve_f64_to_f16()
|
| H A D | vec_helper.c | 3058 set_flush_to_zero(true, statusp); in DO_MMLA_B()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-helpers.h | 108 static inline void set_flush_to_zero(bool val, float_status *status) in set_flush_to_zero() function
|
| /openbmc/qemu/target/tricore/ |
| H A D | helper.c | 119 set_flush_to_zero(1, &env->fp_status); in fpu_set_state()
|
| H A D | fpu_helper.c | 435 set_flush_to_zero(0, &env->fp_status); in helper_ftohp() 437 set_flush_to_zero(1, &env->fp_status); in helper_ftohp()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu.c | 62 set_flush_to_zero((vscr >> VSCR_NJ) & 1, &env->vec_status); in ppc_store_vscr()
|
| /openbmc/qemu/target/rx/ |
| H A D | cpu.c | 108 set_flush_to_zero(1, &env->fp_status); in rx_cpu_reset_hold()
|
| /openbmc/qemu/target/sh4/ |
| H A D | cpu.c | 151 set_flush_to_zero(1, &env->fp_status); in superh_cpu_reset_hold()
|
| H A D | op_helper.c | 212 set_flush_to_zero((val & FPSCR_DN) != 0, &env->fp_status); in helper_ld_fpscr()
|
| /openbmc/qemu/target/alpha/ |
| H A D | fpu_helper.c | 35 set_flush_to_zero(val, &FP_STATUS); in helper_setflushzero()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 49 set_flush_to_zero(d, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 32 set_flush_to_zero(0, &env->fp_status); in restore_fp_status()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 552 set_flush_to_zero(1, &env->vfp.fp_status[FPST_STD]); in arm_cpu_reset_hold() 567 set_flush_to_zero(1, &env->vfp.fp_status[FPST_AH]); in arm_cpu_reset_hold()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | fpu_helper.c | 3268 set_flush_to_zero((mxcsr & SSE_FZ) ? 1 : 0, &env->sse_status); in update_mxcsr_status()
|