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.h980 FloatRelation floatx80_compare_quiet(floatx80, floatx80, float_status *status);
1055 return floatx80_compare_quiet(a, b, s) == float_relation_equal; in floatx80_eq_quiet()
1060 return floatx80_compare_quiet(a, b, s) <= float_relation_equal; in floatx80_le_quiet()
1065 return floatx80_compare_quiet(a, b, s) < float_relation_equal; in floatx80_lt_quiet()
1071 return floatx80_compare_quiet(a, b, s) == float_relation_unordered; in floatx80_unordered_quiet()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c543 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucom_ST0_FT0()
569 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucomi_ST0_FT0()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4606 FloatRelation floatx80_compare_quiet(floatx80 a, floatx80 b, float_status *s) in floatx80_compare_quiet() function