Home
last modified time | relevance | path

Searched refs:float64_eq_quiet (Results 1 – 7 of 7) 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()
/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 Dvec_helper.c1196 return -float64_eq_quiet(op1, op2, stat); in float64_ceq()