Searched refs:floatx80_compare (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 971 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()
|
/openbmc/qemu/target/m68k/ |
H A D | fpu_helper.c | 444 float_compare = floatx80_compare(val1->d, val0->d, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 510 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcom_ST0_FT0() 533 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcomi_ST0_FT0() 2154 FloatRelation cmp = floatx80_compare(ST0, floatx80_one, in helper_fyl2x()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4515 FloatRelation floatx80_compare(floatx80 a, floatx80 b, float_status *s) in floatx80_compare() function
|