Home
last modified time | relevance | path

Searched refs:set_flush_inputs_to_zero (Results 1 – 12 of 12) sorted by relevance

/qemu/target/tricore/
H A Dfpu_helper.c340 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 Dhelper.c116 set_flush_inputs_to_zero(1, &env->fp_status); in fpu_set_state()
/qemu/target/arm/
H A Dvfp_helper.c131 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.fp_status_f16); in vfp_set_fpscr_to_host()
132 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.standard_fp_status_f16); in vfp_set_fpscr_to_host()
137 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.fp_status); in vfp_set_fpscr_to_host()
493 set_flush_inputs_to_zero(false, fpst); in HELPER()
495 set_flush_inputs_to_zero(save, fpst); in HELPER()
519 set_flush_inputs_to_zero(false, fpst); in HELPER()
521 set_flush_inputs_to_zero(save, fpst); in HELPER()
H A Dcpu.c549 set_flush_inputs_to_zero(1, &env->vfp.standard_fp_status); in arm_cpu_reset_hold()
/qemu/target/mips/
H A Dfpu_helper.h64 set_flush_inputs_to_zero(flush_to_zero, status); in restore_msa_fp_status()
/qemu/include/fpu/
H A Dsoftfloat-helpers.h83 static inline void set_flush_inputs_to_zero(bool val, float_status *status) in set_flush_inputs_to_zero() function
/qemu/target/ppc/
H A Dcpu.c62 set_flush_inputs_to_zero((vscr >> VSCR_NJ) & 1, &env->vec_status); in ppc_store_vscr()
/qemu/target/rx/
H A Dcpu.c95 set_flush_inputs_to_zero(1, &env->fp_status); in rx_cpu_reset_hold()
/qemu/target/hppa/
H A Dfpu_helper.c51 set_flush_inputs_to_zero(d, &env->fp_status); in HELPER()
/qemu/target/arm/tcg/
H A Dmve_helper.c3382 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 Dsve_helper.c4477 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()
/qemu/target/i386/tcg/
H A Dfpu_helper.c3198 set_flush_inputs_to_zero((mxcsr & SSE_DAZ) ? 1 : 0, &env->sse_status); in update_mxcsr_status()