Home
last modified time | relevance | path

Searched refs:floatx80_compare_quiet (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h972 FloatRelation floatx80_compare_quiet(floatx80, floatx80, float_status *status);
1042 return floatx80_compare_quiet(a, b, s) == float_relation_equal; in floatx80_eq_quiet()
1047 return floatx80_compare_quiet(a, b, s) <= float_relation_equal; in floatx80_le_quiet()
1052 return floatx80_compare_quiet(a, b, s) < float_relation_equal; in floatx80_lt_quiet()
1058 return floatx80_compare_quiet(a, b, s) == float_relation_unordered; in floatx80_unordered_quiet()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c520 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucom_ST0_FT0()
546 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucomi_ST0_FT0()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4520 FloatRelation floatx80_compare_quiet(floatx80 a, floatx80 b, float_status *s) in floatx80_compare_quiet() function