Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/target/mips/
H A Dfpu_helper.h86 set_flush_inputs_to_zero(flush_to_zero, status); in restore_msa_fp_status()
/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h89 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 Dvfp_helper.c118 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 Dcpu.c561 set_flush_inputs_to_zero(1, &env->vfp.standard_fp_status); in arm_cpu_reset_hold()
/openbmc/qemu/target/rx/
H A Dcpu.c95 set_flush_inputs_to_zero(1, &env->fp_status); in rx_cpu_reset_hold()
/openbmc/qemu/target/ppc/
H A Dcpu.c62 set_flush_inputs_to_zero((vscr >> VSCR_NJ) & 1, &env->vec_status); in ppc_store_vscr()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c51 set_flush_inputs_to_zero(d, &env->fp_status); in HELPER()
/openbmc/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()
H A Dvec_helper.c2827 set_flush_inputs_to_zero(get_flush_inputs_to_zero(fpst), statusp); in DO_MMLA_B()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c3238 set_flush_inputs_to_zero((mxcsr & SSE_DAZ) ? 1 : 0, &env->sse_status); in update_mxcsr_status()