Home
last modified time | relevance | path

Searched refs:float_relation_equal (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h91 float_relation_equal = 0, enumerator
316 return float16_compare(a, b, s) == float_relation_equal; in float16_eq()
321 return float16_compare(a, b, s) <= float_relation_equal; in float16_le()
326 return float16_compare(a, b, s) < float_relation_equal; in float16_lt()
336 return float16_compare_quiet(a, b, s) == float_relation_equal; in float16_eq_quiet()
341 return float16_compare_quiet(a, b, s) <= float_relation_equal; in float16_le_quiet()
346 return float16_compare_quiet(a, b, s) < float_relation_equal; in float16_lt_quiet()
510 return bfloat16_compare(a, b, s) == float_relation_equal; in bfloat16_eq()
515 return bfloat16_compare(a, b, s) <= float_relation_equal; in bfloat16_le()
520 return bfloat16_compare(a, b, s) < float_relation_equal; in bfloat16_lt()
[all …]
/openbmc/qemu/target/sparc/
H A Dfop_helper.c441 case float_relation_equal: in finish_fcmp()
504 case float_relation_equal: in helper_flcmps()
528 case float_relation_equal: in helper_flcmpd()
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c176 FLOAT_UCMP(ueq, r == float_relation_equal || r == float_relation_unordered)
/openbmc/qemu/target/sh4/
H A Dop_helper.c277 return relation == float_relation_equal; in helper_fcmp_eq_FT()
287 return relation == float_relation_equal; in helper_fcmp_eq_DT()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c395 return v == float_relation_equal || in HELPER()
403 return v == float_relation_equal || in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c124 case float_relation_equal: in float_rel_to_flags()
524 return ADVSIMD_CMPRES(compare == float_relation_equal); in HELPER()
531 compare == float_relation_equal); in HELPER()
546 compare == float_relation_equal); in HELPER()
H A Dvfp_helper.c318 case float_relation_equal: in softfloat_to_vfp_compare()
/openbmc/qemu/target/rx/
H A Dop_helper.c162 case float_relation_equal: in FLOATOP()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c416 case float_relation_equal: in update_fr0_cmp()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c854 cmp == float_relation_equal); in HELPER()
1006 cmp == float_relation_equal); in HELPER()
/openbmc/qemu/target/i386/
H A Dops_sse.h1041 return (x == float_relation_equal || x == float_relation_unordered); in FPU_EQU()
1045 return (x == float_relation_equal || x == float_relation_greater); in FPU_GE()
1047 #define FPU_EQ(x) (x == float_relation_equal)
1049 #define FPU_LE(x) (x <= float_relation_equal)
1053 #define FPU_FALSE(x) (x == float_relation_equal && 0)
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c426 case float_relation_equal: in float_comp_to_cc()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c417 case float_relation_equal: in fcmp_common()
H A Dvec_helper.c3057 case float_relation_equal: in vfcmp_common()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c125 case float_relation_equal: in float_comp_to_cc()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc1640 return float_relation_equal;
1650 return float_relation_equal;
H A Dsoftfloat.c998 return (a->frac == b->frac ? float_relation_equal in frac64_cmp()
1009 return float_relation_equal; in frac128_cmp()
4472 return float_relation_equal; in float32_hs_compare()
4526 return float_relation_equal; in float64_hs_compare()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c4364 return compare != float_relation_equal;
4370 return compare != float_relation_equal; in vmfne32()
4376 return compare != float_relation_equal; in vmfne64()
4426 compare == float_relation_equal; in GEN_VEXT_CMP_VF()
4433 compare == float_relation_equal; in vmfge32()
4440 compare == float_relation_equal; in vmfge64()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c2239 case float_relation_equal: in do_scalar_cmp()
2304 case float_relation_equal: in do_scalar_cmpq()
H A Dint_helper.c675 VCMPFP(eqfp, ==, float_relation_equal)