Home
last modified time | relevance | path

Searched refs:float32_eq_quiet (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dop_helper.c262 r = float32_eq_quiet(fa.f, fb.f, &env->fp_status); in helper_fcmp_eq()
308 r = !float32_eq_quiet(fa.f, fb.f, &env->fp_status); in helper_fcmp_ne()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1877 FOP_COND_S(eq, float32_eq_quiet(fst0, fst1,
1881 || float32_eq_quiet(fst0, fst1,
1978 FOP_COND_PS(eq, float32_eq_quiet(fst0, fst1,
1980 float32_eq_quiet(fsth0, fsth1,
1984 || float32_eq_quiet(fst0, fst1,
1988 || float32_eq_quiet(fsth0, fsth1,
2181 FOP_CONDN_S(eq, (float32_eq_quiet(fst0, fst1,
2185 || float32_eq_quiet(fst0, fst1,
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c388 return float32_eq_quiet(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c317 return float32_eq_quiet(frs1, frs2, &env->fp_status); in helper_feq_s()
H A Dvector_helper.c4317 GEN_VEXT_CMP_VV_ENV(vmfeq_vv_w, uint32_t, H4, float32_eq_quiet)
4358 GEN_VEXT_CMP_VF(vmfeq_vf_w, uint32_t, H4, float32_eq_quiet)
/openbmc/qemu/target/hexagon/
H A Dop_helper.c831 PdV = f8BITSOF(float32_eq_quiet(RsV, RtV, &env->fp_status)); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h705 static inline bool float32_eq_quiet(float32 a, float32 b, float_status *s) in float32_eq_quiet() function
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c1215 return -float32_eq_quiet(make_float32(a), make_float32(b), fpst); in HELPER()
H A Dvec_helper.c1191 return -float32_eq_quiet(op1, op2, stat); in float32_ceq()
/openbmc/qemu/target/i386/
H A Dops_sse.h1345 d->MMX_L(0) = float32_eq_quiet(d->MMX_S(0), s->MMX_S(0), in helper_pfcmpeq()
1347 d->MMX_L(1) = float32_eq_quiet(d->MMX_S(1), s->MMX_S(1), in helper_pfcmpeq()