Home
last modified time | relevance | path

Searched refs:floatx80_compare (Results 1 – 4 of 4) sorted by last modified time

/qemu/target/i386/tcg/
H A Dfpu_helper.c464 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcom_ST0_FT0()
487 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcomi_ST0_FT0()
2101 FloatRelation cmp = floatx80_compare(ST0, floatx80_one, in helper_fyl2x()
/qemu/target/m68k/
H A Dfpu_helper.c444 float_compare = floatx80_compare(val1->d, val0->d, &env->fp_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h971 FloatRelation floatx80_compare(floatx80, floatx80, float_status *status);
1022 return floatx80_compare(a, b, s) == float_relation_equal; in floatx80_eq()
1027 return floatx80_compare(a, b, s) <= float_relation_equal; in floatx80_le()
1032 return floatx80_compare(a, b, s) < float_relation_equal; in floatx80_lt()
1037 return floatx80_compare(a, b, s) == float_relation_unordered; in floatx80_unordered()
/qemu/fpu/
H A Dsoftfloat.c4515 FloatRelation floatx80_compare(floatx80 a, floatx80 b, float_status *s) in floatx80_compare() function