Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1373 } else if (((floatx80_is_infinity(ST0) && !floatx80_is_infinity(ST1)) || in helper_fpatan()
1422 } else if (floatx80_is_infinity(ST1)) { in helper_fpatan()
1423 if (floatx80_is_infinity(ST0)) { in helper_fpatan()
1442 } else if (floatx80_is_infinity(ST0) || arg0_exp - arg1_exp >= 80) { in helper_fpatan()
1809 } else if (floatx80_is_infinity(ST0)) { in helper_fxtract()
2153 } else if (floatx80_is_infinity(ST1)) { in helper_fyl2x()
2168 } else if (floatx80_is_infinity(ST0)) { in helper_fyl2x()
2321 } else if (floatx80_is_infinity(ST1) && in helper_fscale()
2325 if (floatx80_is_infinity(ST0)) { in helper_fscale()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c458 } else if (floatx80_is_infinity(val->d)) { in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h990 static inline bool floatx80_is_infinity(floatx80 a) in floatx80_is_infinity() function