Home
last modified time | relevance | path

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

/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/target/hexagon/
H A Dfma_emu.c79 if (float32_is_denormal(f32)) { in float32_getexp()
H A Dop_helper.c896 if (fGETBIT(2, uiV) && float32_is_denormal(RsV)) { in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h670 static inline bool float32_is_denormal(float32 a) in float32_is_denormal() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c4463 if (unlikely(float32_is_denormal(ua.s) || float32_is_denormal(ub.s))) { in float32_hs_compare()