Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.h221 char floatx80_eq( floatx80, floatx80 );
H A Dfpa11_cprt.c226 if (floatx80_eq(rFn, rFm)) in PerformComparison()
H A Dsoftfloat.c3247 flag floatx80_eq( floatx80 a, floatx80 b ) in floatx80_eq() function
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc641 WRAP_CMP80(qemu_extF80M_eq_signaling, floatx80_eq)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1020 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.c2152 } else if (floatx80_eq(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()