Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dfpu_helper.c2236 if (floatx80_is_neg(ST0)) { in helper_fsqrt()
2284 if (floatx80_is_neg(ST1)) { in helper_fscale()
2289 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()
2298 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()
/qemu/target/m68k/
H A Dfpu_helper.c452 if (floatx80_is_neg(val->d)) { in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h1000 static inline bool floatx80_is_neg(floatx80 a) in floatx80_is_neg() function