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.c2276 if (floatx80_is_neg(ST0)) { in helper_fsqrt()
2324 if (floatx80_is_neg(ST1)) { in helper_fscale()
2329 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()
2338 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c452 if (floatx80_is_neg(val->d)) { in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1000 static inline bool floatx80_is_neg(floatx80 a) in floatx80_is_neg() function