Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c55 if (float64_is_denormal(f64)) { in float64_getmant()
67 if (float64_is_denormal(f64)) { in float64_getexp()
H A Dop_helper.c1030 if (fGETBIT(2, uiV) && float64_is_denormal(RssV)) { in HELPER()
1126 if (float64_is_denormal(RssV) && in HELPER()
1131 } else if (float64_is_denormal(RttV) && in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h866 static inline bool float64_is_denormal(float64 a) in float64_is_denormal() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c4517 if (unlikely(float64_is_denormal(ua.s) || float64_is_denormal(ub.s))) { in float64_hs_compare()