Searched refs:set_flush_to_zero (Results 1 – 17 of 17) sorted by relevance
/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() 85 set_flush_to_zero(flush_to_zero, status); in restore_msa_fp_status()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-helpers.h | 84 static inline void set_flush_to_zero(bool val, float_status *status) in set_flush_to_zero() function
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 116 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status_f16); in vfp_set_fpcr_to_host() 117 set_flush_to_zero(ftz_enabled, &env->vfp.standard_fp_status_f16); in vfp_set_fpcr_to_host() 123 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status); in vfp_set_fpcr_to_host() 538 set_flush_to_zero(false, fpst); in HELPER() 540 set_flush_to_zero(save, fpst); in HELPER() 564 set_flush_to_zero(false, fpst); in HELPER() 566 set_flush_to_zero(save, fpst); in HELPER()
|
H A D | cpu.c | 560 set_flush_to_zero(1, &env->vfp.standard_fp_status); in arm_cpu_reset_hold()
|
/openbmc/qemu/target/tricore/ |
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()
|
H A D | helper.c | 117 set_flush_to_zero(1, &env->fp_status); in fpu_set_state()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 94 set_flush_to_zero(1, &env->fp_status); in rx_cpu_reset_hold()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.c | 61 set_flush_to_zero((vscr >> VSCR_NJ) & 1, &env->vec_status); in ppc_store_vscr()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 127 set_flush_to_zero(1, &env->fp_status); in superh_cpu_reset_hold()
|
H A D | op_helper.c | 213 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 | 36 set_flush_to_zero(val, &FP_STATUS); in helper_setflushzero()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 50 set_flush_to_zero(d, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 33 set_flush_to_zero(0, &env->fp_status); in restore_fp_status()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 3352 set_flush_to_zero(false, base_fpst); 3366 set_flush_to_zero(old_fz, base_fpst);
|
H A D | sve_helper.c | 4499 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()
|
H A D | vec_helper.c | 2826 set_flush_to_zero(get_flush_to_zero(fpst), statusp); in DO_MMLA_B()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 3241 set_flush_to_zero((mxcsr & SSE_FZ) ? 1 : 0, &env->sse_status); in update_mxcsr_status()
|