/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 91 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 D | fop_helper.c | 442 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 D | op_helper.c | 278 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 D | fpu_helper.c | 177 FLOAT_UCMP(ueq, r == float_relation_equal || r == float_relation_unordered)
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 395 return v == float_relation_equal || in HELPER() 403 return v == float_relation_equal || in HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 116 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 D | op_helper.c | 163 case float_relation_equal: in FLOATOP()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 374 case float_relation_equal: in update_fr0_cmp()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 1041 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 D | op_helper.c | 966 cmp == float_relation_equal); in HELPER() 1118 cmp == float_relation_equal); in HELPER()
|
/openbmc/qemu/target/m68k/ |
H A D | fpu_helper.c | 427 case float_relation_equal: in float_comp_to_cc()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 412 case float_relation_equal: in fcmp_common()
|
H A D | vec_helper.c | 3058 case float_relation_equal: in vfcmp_common()
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 1455 return float_relation_equal; 1465 return float_relation_equal;
|
H A D | softfloat.c | 984 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 D | fpu_helper.c | 126 case float_relation_equal: in float_comp_to_cc()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 336 case float_relation_equal: in softfloat_to_vfp_compare()
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 4311 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 D | fpu_helper.c | 2241 case float_relation_equal: in do_scalar_cmp() 2306 case float_relation_equal: in do_scalar_cmpq()
|
H A D | int_helper.c | 675 VCMPFP(eqfp, ==, float_relation_equal)
|