Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h158 float_flag_input_denormal_flushed = 0x0020, enumerator
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c94 if (host_bits & float_flag_input_denormal_flushed) { in vfp_exceptbits_from_host()
118 & ~float_flag_input_denormal_flushed); in vfp_get_fpsr_from_host()
120 & ~float_flag_input_denormal_flushed); in vfp_get_fpsr_from_host()
124 & ~(float_flag_input_denormal_flushed | float_flag_input_denormal_used)); in vfp_get_fpsr_from_host()
139 a64_flags &= ~float_flag_input_denormal_flushed; in vfp_get_fpsr_from_host()
1225 float_flag_input_denormal_flushed | in HELPER()
H A Dsve_helper.c5030 float_raise(float_flag_input_denormal_flushed, s); in DO_ZPZ_FP()
5058 float_raise(float_flag_input_denormal_flushed, s); in do_float32_logb_as_int()
5086 float_raise(float_flag_input_denormal_flushed, s); in do_float64_logb_as_int()
/openbmc/qemu/target/rx/
H A Dop_helper.c101 if ((xcpt & (float_flag_input_denormal_flushed in update_fpsw()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc221 float_raise(float_flag_input_denormal_flushed, status);
H A Dsoftfloat.c132 float_raise(float_flag_input_denormal_flushed, s); \
4933 float_raise(float_flag_input_denormal_flushed, status); in parts_squash_denormal()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1845 float_raise(float_flag_input_denormal_flushed, &env->fp_status); in helper_fxtract()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c6235 if ((ieee_exception_flags & float_flag_input_denormal_flushed) && in update_msacsr()