| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 91 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 D | fop_helper.c | 441 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 D | fpu_helper.c | 176 FLOAT_UCMP(ueq, r == float_relation_equal || r == float_relation_unordered)
|
| /openbmc/qemu/target/sh4/ |
| H A D | op_helper.c | 277 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 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 | 124 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 D | vfp_helper.c | 318 case float_relation_equal: in softfloat_to_vfp_compare()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 162 case float_relation_equal: in FLOATOP()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 416 case float_relation_equal: in update_fr0_cmp()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 854 cmp == float_relation_equal); in HELPER() 1006 cmp == float_relation_equal); in HELPER()
|
| /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/m68k/ |
| H A D | fpu_helper.c | 426 case float_relation_equal: in float_comp_to_cc()
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 417 case float_relation_equal: in fcmp_common()
|
| H A D | vec_helper.c | 3057 case float_relation_equal: in vfcmp_common()
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 125 case float_relation_equal: in float_comp_to_cc()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 1640 return float_relation_equal; 1650 return float_relation_equal;
|
| H A D | softfloat.c | 998 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 D | vector_helper.c | 4364 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 D | fpu_helper.c | 2239 case float_relation_equal: in do_scalar_cmp() 2304 case float_relation_equal: in do_scalar_cmpq()
|
| H A D | int_helper.c | 675 VCMPFP(eqfp, ==, float_relation_equal)
|