Home
last modified time | relevance | path

Searched refs:flush_inputs_to_zero (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h91 status->flush_inputs_to_zero = val; in set_flush_inputs_to_zero()
147 return status->flush_inputs_to_zero; in get_flush_inputs_to_zero()
H A Dsoftfloat-types.h226 bool flush_inputs_to_zero; member
/openbmc/qemu/target/alpha/
H A Dhelper.c80 env->fp_status.flush_inputs_to_zero = (fpcr & FPCR_DNZ) != 0; in cpu_alpha_store_fpcr()
H A Dfpu_helper.c155 && !env->fp_status.flush_inputs_to_zero) { in helper_ieee_input_s()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c667 soft_status.flush_inputs_to_zero = 1; in parse_args()
/openbmc/qemu/fpu/
H A Dsoftfloat.c146 if (likely(!s->flush_inputs_to_zero)) { \ in GEN_INPUT_FLUSH__NOCHECK()
159 if (likely(!s->flush_inputs_to_zero)) { \
173 if (likely(!s->flush_inputs_to_zero)) { \
4856 if (status->flush_inputs_to_zero) { in float16_squash_input_denormal()
4869 if (status->flush_inputs_to_zero) { in float32_squash_input_denormal()
4882 if (status->flush_inputs_to_zero) { in float64_squash_input_denormal()
4895 if (status->flush_inputs_to_zero) { in bfloat16_squash_input_denormal()
H A Dsoftfloat-parts.c.inc114 } else if (status->flush_inputs_to_zero) {
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c2820 .flush_inputs_to_zero = true, in DO_MMLA_B()