Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc641 WRAP_CMP80(qemu_extF80M_eq_signaling, floatx80_eq)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1033 static inline bool floatx80_eq(floatx80 a, floatx80 b, float_status *s) in floatx80_eq() function
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2218 } else if (floatx80_eq(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()