Home
last modified time | relevance | path

Searched refs:float128_compare (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1264 FloatRelation float128_compare(float128, float128, float_status *status);
1329 return float128_compare(a, b, s) == float_relation_equal; in float128_eq()
1334 return float128_compare(a, b, s) <= float_relation_equal; in float128_le()
1339 return float128_compare(a, b, s) < float_relation_equal; in float128_lt()
1344 return float128_compare(a, b, s) == float_relation_unordered; in float128_unordered()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c486 FloatRelation r = float128_compare(f128_in(src1), f128_in(src2), in helper_fcmpeq()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c772 FloatRelation cmp = float128_compare(ARG128(a), ARG128(b), in HELPER()
H A Dvec_fpu_helper.c389 cmp = float128_compare(a, b, &env->fpu_status); in wfc128()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c2300 switch (float128_compare(xa->f128, xb->f128, &env->fp_status)) { in do_scalar_cmpq()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4579 FloatRelation float128_compare(float128 a, float128 b, float_status *s) in float128_compare() function