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.h1247 FloatRelation float128_compare(float128, float128, float_status *status);
1312 return float128_compare(a, b, s) == float_relation_equal; in float128_eq()
1317 return float128_compare(a, b, s) <= float_relation_equal; in float128_le()
1322 return float128_compare(a, b, s) < float_relation_equal; in float128_lt()
1327 return float128_compare(a, b, s) == float_relation_unordered; in float128_unordered()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c488 FloatRelation r = float128_compare(f128_in(src1), f128_in(src2), in helper_fcmpeq()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c773 FloatRelation cmp = float128_compare(ARG128(a), ARG128(b), in HELPER()
H A Dvec_fpu_helper.c390 cmp = float128_compare(a, b, &env->fpu_status); in wfc128()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c2302 switch (float128_compare(xa->f128, xb->f128, &env->fp_status)) { in do_scalar_cmpq()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4493 FloatRelation float128_compare(float128 a, float128 b, float_status *s) in float128_compare() function