Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c102 if (float32_is_denormal(f32)) { in float32_getmant()
114 if (float32_is_denormal(f32)) { in float32_getexp()
640 if ((scale > 0) && float32_is_denormal(c)) { in internal_fmafx()
H A Dop_helper.c1008 if (fGETBIT(2, uiV) && float32_is_denormal(RsV)) { in HELPER()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c343 result |= float32_is_denormal(arg1) << 4; in helper_fcmp()
344 result |= float32_is_denormal(arg2) << 5; in helper_fcmp()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h664 static inline bool float32_is_denormal(float32 a) in float32_is_denormal() function