Home
last modified time | relevance | path

Searched refs:floatx80_is_zero (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1163 if (!floatx80_is_zero(ST0)) { in helper_f2xm1()
1197 if (floatx80_is_zero(y)) { in helper_f2xm1()
1394 } else if (floatx80_is_zero(ST1) && !arg0_sign) { in helper_fpatan()
1413 if (!floatx80_is_zero(ST1) && in helper_fpatan()
1438 if (floatx80_is_zero(ST1)) { in helper_fpatan()
1462 } else if (floatx80_is_zero(ST0) || arg1_exp - arg0_exp >= 80) { in helper_fpatan()
1816 if (floatx80_is_zero(ST0)) { in helper_fxtract()
1871 if (floatx80_is_zero(ST0) || floatx80_is_zero(ST1) || in helper_fprem_common()
2090 } else if (floatx80_is_zero(ST0) || floatx80_is_zero(ST1) || in helper_fyl2xp1()
2176 } else if (arg0_sign && !floatx80_is_zero(ST0)) { in helper_fyl2x()
[all …]
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c459 } else if (floatx80_is_zero(val->d)) { in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1018 static inline bool floatx80_is_zero(floatx80 a) in floatx80_is_zero() function