Home
last modified time | relevance | path

Searched refs:float_ftz_after_rounding (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h319 float_ftz_after_rounding = 0, enumerator
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c196 set_float_ftz_detection(float_ftz_after_rounding, &env->fp_status); in cpu_init_fp_statuses()
197 set_float_ftz_detection(float_ftz_after_rounding, &env->mmx_status); in cpu_init_fp_statuses()
198 set_float_ftz_detection(float_ftz_after_rounding, &env->sse_status); in cpu_init_fp_statuses()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c66 set_float_ftz_detection(float_ftz_after_rounding, s); in arm_set_ah_fp_behaviours()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc408 assert(s->ftz_detection == float_ftz_after_rounding);