Searched refs:floatx80_lt (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cprt.c | 157 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 D | fpa11_cprt.c | 222 if (floatx80_lt(rFn, rFm)) in PerformComparison() 230 if (floatx80_lt(rFm, rFn)) in PerformComparison()
|
H A D | softfloat.h | 223 char floatx80_lt( floatx80, floatx80 );
|
H A D | softfloat.c | 3312 flag floatx80_lt( floatx80 a, floatx80 b ) in floatx80_lt() function
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 644 WRAP_CMP80(qemu_extF80M_lt, floatx80_lt)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 1030 static inline bool floatx80_lt(floatx80 a, floatx80 b, float_status *s) in floatx80_lt() function
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 2188 if (floatx80_lt(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()
|