Home
last modified time | relevance | path

Searched refs:floatx80_compare (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h979 FloatRelation floatx80_compare(floatx80, floatx80, float_status *status);
1035 return floatx80_compare(a, b, s) == float_relation_equal; in floatx80_eq()
1040 return floatx80_compare(a, b, s) <= float_relation_equal; in floatx80_le()
1045 return floatx80_compare(a, b, s) < float_relation_equal; in floatx80_lt()
1050 return floatx80_compare(a, b, s) == float_relation_unordered; in floatx80_unordered()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c443 float_compare = floatx80_compare(val1->d, val0->d, &env->fp_status); in HELPER()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c533 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcom_ST0_FT0()
556 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcomi_ST0_FT0()
2180 FloatRelation cmp = floatx80_compare(ST0, floatx80_one, in helper_fyl2x()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4601 FloatRelation floatx80_compare(floatx80 a, floatx80 b, float_status *s) in floatx80_compare() function