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
312 return float16_compare(a, b, s) == float_relation_equal; in float16_eq()
317 return float16_compare(a, b, s) <= float_relation_equal; in float16_le()
322 return float16_compare(a, b, s) < float_relation_equal; in float16_lt()
332 return float16_compare_quiet(a, b, s) == float_relation_equal; in float16_eq_quiet()
337 return float16_compare_quiet(a, b, s) <= float_relation_equal; in float16_le_quiet()
342 return float16_compare_quiet(a, b, s) < float_relation_equal; in float16_lt_quiet()
506 return bfloat16_compare(a, b, s) == float_relation_equal; in bfloat16_eq()
511 return bfloat16_compare(a, b, s) <= float_relation_equal; in bfloat16_le()
516 return bfloat16_compare(a, b, s) < float_relation_equal; in bfloat16_lt()
[all …]
/openbmc/qemu/target/sparc/
H A Dfop_helper.c442 case float_relation_equal: in finish_fcmp()
506 case float_relation_equal: in helper_flcmps()
530 case float_relation_equal: in helper_flcmpd()
/openbmc/qemu/target/sh4/
H A Dop_helper.c278 return relation == float_relation_equal; in helper_fcmp_eq_FT()
288 return relation == float_relation_equal; in helper_fcmp_eq_DT()
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c177 FLOAT_UCMP(ueq, r == float_relation_equal || r == float_relation_unordered)
/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.c116 case float_relation_equal: in float_rel_to_flags()
623 return ADVSIMD_CMPRES(compare == float_relation_equal); in HELPER()
631 compare == float_relation_equal); in HELPER()
648 compare == float_relation_equal); in HELPER()
/openbmc/qemu/target/rx/
H A Dop_helper.c163 case float_relation_equal: in FLOATOP()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c374 case float_relation_equal: in update_fr0_cmp()
/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/hexagon/
H A Dop_helper.c966 cmp == float_relation_equal); in HELPER()
1118 cmp == float_relation_equal); in HELPER()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c427 case float_relation_equal: in float_comp_to_cc()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c412 case float_relation_equal: in fcmp_common()
H A Dvec_helper.c3058 case float_relation_equal: in vfcmp_common()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc1455 return float_relation_equal;
1465 return float_relation_equal;
H A Dsoftfloat.c984 return (a->frac == b->frac ? float_relation_equal in frac64_cmp()
995 return float_relation_equal; in frac128_cmp()
4390 return float_relation_equal; in float32_hs_compare()
4440 return float_relation_equal; in float64_hs_compare()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c126 case float_relation_equal: in float_comp_to_cc()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c336 case float_relation_equal: in softfloat_to_vfp_compare()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c4311 return compare != float_relation_equal;
4317 return compare != float_relation_equal; in vmfne32()
4323 return compare != float_relation_equal; in vmfne64()
4373 compare == float_relation_equal; in GEN_VEXT_CMP_VF()
4380 compare == float_relation_equal; in vmfge32()
4387 compare == float_relation_equal; in vmfge64()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c2241 case float_relation_equal: in do_scalar_cmp()
2306 case float_relation_equal: in do_scalar_cmpq()
H A Dint_helper.c675 VCMPFP(eqfp, ==, float_relation_equal)