Home
last modified time | relevance | path

Searched refs:float64_eq_quiet (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dvax_helper.c292 if (float64_eq_quiet(fa, fb, &FP_STATUS)) { in helper_cmpgeq()
H A Dfpu_helper.c376 if (float64_eq_quiet(fa, fb, &FP_STATUS)) { in helper_cmpteq()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c383 return float64_eq_quiet(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1798 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 Dfpu_helper.c476 return float64_eq_quiet(frs1, frs2, &env->fp_status); in helper_feq_d()
H A Dvector_helper.c4318 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 Dop_helper.c983 PdV = f8BITSOF(float64_eq_quiet(RssV, RttV, &env->fp_status)); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h902 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 Dhelper-a64.c202 return -float64_eq_quiet(a, b, fpst); in HELPER()
H A Dvec_helper.c1196 return -float64_eq_quiet(op1, op2, stat); in float64_ceq()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1535 return float64_eq_quiet(u1.d, u2.d, &env->vec_status) ? 4 : 0; in helper_efdtsteq()