Searched refs:float64_eq_quiet (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/target/alpha/ |
| H A D | vax_helper.c | 292 if (float64_eq_quiet(fa, fb, &FP_STATUS)) { in helper_cmpgeq()
|
| H A D | fpu_helper.c | 376 if (float64_eq_quiet(fa, fb, &FP_STATUS)) { in helper_cmpteq()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 383 return float64_eq_quiet(a, b, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1798 FOP_COND_D(eq, float64_eq_quiet(fdt0, fdt1, 1802 || float64_eq_quiet(fdt0, fdt1, 2086 FOP_CONDN_D(eq, (float64_eq_quiet(fdt0, fdt1, 2090 || float64_eq_quiet(fdt0, fdt1,
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 476 return float64_eq_quiet(frs1, frs2, &env->fp_status); in helper_feq_d()
|
| H A D | vector_helper.c | 4318 GEN_VEXT_CMP_VV_ENV(vmfeq_vv_d, uint64_t, H8, float64_eq_quiet) 4359 GEN_VEXT_CMP_VF(vmfeq_vf_d, uint64_t, H8, float64_eq_quiet)
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 983 PdV = f8BITSOF(float64_eq_quiet(RssV, RttV, &env->fp_status)); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 902 static inline bool float64_eq_quiet(float64 a, float64 b, float_status *s) in float64_eq_quiet() function
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | helper-a64.c | 202 return -float64_eq_quiet(a, b, fpst); in HELPER()
|
| H A D | vec_helper.c | 1196 return -float64_eq_quiet(op1, op2, stat); in float64_ceq()
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 1535 return float64_eq_quiet(u1.d, u2.d, &env->vec_status) ? 4 : 0; in helper_efdtsteq()
|