Home
last modified time | relevance | path

Searched refs:floatx80_lt (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c157 if (floatx80_lt(Fn,Fm, &fpa11->fp_status)) in PerformComparisonOperation()
169 if (floatx80_lt(Fm,Fn, &fpa11->fp_status)) in PerformComparisonOperation()
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cprt.c222 if (floatx80_lt(rFn, rFm)) in PerformComparison()
230 if (floatx80_lt(rFm, rFn)) in PerformComparison()
H A Dsoftfloat.h223 char floatx80_lt( floatx80, floatx80 );
H A Dsoftfloat.c3312 flag floatx80_lt( floatx80 a, floatx80 b ) in floatx80_lt() function
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc644 WRAP_CMP80(qemu_extF80M_lt, floatx80_lt)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1030 static inline bool floatx80_lt(floatx80 a, floatx80 b, float_status *s) in floatx80_lt() function
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2188 if (floatx80_lt(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()