Searched refs:set_flush_inputs_to_zero (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 340 set_flush_inputs_to_zero(0, &env->fp_status); in helper_fcmp() 353 set_flush_inputs_to_zero(1, &env->fp_status); in helper_fcmp() 397 set_flush_inputs_to_zero(0, &env->fp_status); in helper_hptof() 399 set_flush_inputs_to_zero(1, &env->fp_status); in helper_hptof()
|
H A D | helper.c | 116 set_flush_inputs_to_zero(1, &env->fp_status); in fpu_set_state()
|
/openbmc/qemu/target/mips/ |
H A D | fpu_helper.h | 86 set_flush_inputs_to_zero(flush_to_zero, status); in restore_msa_fp_status()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-helpers.h | 89 static inline void set_flush_inputs_to_zero(bool val, float_status *status) in set_flush_inputs_to_zero() function
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 118 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.fp_status_f16); in vfp_set_fpcr_to_host() 119 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.standard_fp_status_f16); in vfp_set_fpcr_to_host() 124 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.fp_status); in vfp_set_fpcr_to_host() 525 set_flush_inputs_to_zero(false, fpst); in HELPER() 527 set_flush_inputs_to_zero(save, fpst); in HELPER() 551 set_flush_inputs_to_zero(false, fpst); in HELPER() 553 set_flush_inputs_to_zero(save, fpst); in HELPER()
|
H A D | cpu.c | 561 set_flush_inputs_to_zero(1, &env->vfp.standard_fp_status); in arm_cpu_reset_hold()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 95 set_flush_inputs_to_zero(1, &env->fp_status); in rx_cpu_reset_hold()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.c | 62 set_flush_inputs_to_zero((vscr >> VSCR_NJ) & 1, &env->vec_status); in ppc_store_vscr()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 51 set_flush_inputs_to_zero(d, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 3382 set_flush_inputs_to_zero(false, base_fpst); in do_vcvt_hs() 3396 set_flush_inputs_to_zero(old_fiz, base_fpst); in do_vcvt_hs()
|
H A D | sve_helper.c | 4477 set_flush_inputs_to_zero(false, fpst); 4479 set_flush_inputs_to_zero(save, fpst); 4488 set_flush_inputs_to_zero(false, fpst); in sve_f16_to_f64() 4490 set_flush_inputs_to_zero(save, fpst); in sve_f16_to_f64()
|
H A D | vec_helper.c | 2827 set_flush_inputs_to_zero(get_flush_inputs_to_zero(fpst), statusp); in DO_MMLA_B()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 3238 set_flush_inputs_to_zero((mxcsr & SSE_DAZ) ? 1 : 0, &env->sse_status); in update_mxcsr_status()
|