Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h115 status->flush_inputs_to_zero = val; in set_flush_inputs_to_zero()
196 return status->flush_inputs_to_zero; in get_flush_inputs_to_zero()
H A Dsoftfloat-types.h394 bool flush_inputs_to_zero; member
/openbmc/qemu/target/alpha/
H A Dhelper.c83 env->fp_status.flush_inputs_to_zero = (fpcr & FPCR_DNZ) != 0; in cpu_alpha_store_fpcr()
H A Dfpu_helper.c154 && !env->fp_status.flush_inputs_to_zero) { in helper_ieee_input_s()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c675 soft_status.flush_inputs_to_zero = 1; in parse_args()
/openbmc/qemu/fpu/
H A Dsoftfloat.c143 if (likely(!s->flush_inputs_to_zero)) { \ in GEN_INPUT_FLUSH__NOCHECK()
156 if (likely(!s->flush_inputs_to_zero)) { \
170 if (likely(!s->flush_inputs_to_zero)) { \
4942 if (status->flush_inputs_to_zero) { in float16_squash_input_denormal()
4955 if (status->flush_inputs_to_zero) { in float32_squash_input_denormal()
4968 if (status->flush_inputs_to_zero) { in float64_squash_input_denormal()
4981 if (status->flush_inputs_to_zero) { in bfloat16_squash_input_denormal()
H A Dsoftfloat-parts.c.inc220 } else if (status->flush_inputs_to_zero) {