Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2302 if (floatx80_is_neg(ST0)) { in helper_fsqrt()
2351 if (floatx80_is_neg(ST1)) { in helper_fscale()
2356 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()
2365 ST0 = floatx80_default_inf(floatx80_is_neg(ST0), in helper_fscale()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c451 if (floatx80_is_neg(val->d)) { in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1013 static inline bool floatx80_is_neg(floatx80 a) in floatx80_is_neg() function