Home
last modified time | relevance | path

Searched refs:float32_eq (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1903 FOP_COND_S(seq, float32_eq(fst0, fst1,
1907 || float32_eq(fst0, fst1,
2026 FOP_COND_PS(seq, float32_eq(fst0, fst1,
2028 float32_eq(fsth0, fsth1,
2032 || float32_eq(fst0, fst1,
2036 || float32_eq(fsth0, fsth1,
2207 FOP_CONDN_S(seq, (float32_eq(fst0, fst1,
2211 || float32_eq(fst0, fst1,
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h685 static inline bool float32_eq(float32 a, float32 b, float_status *s) in float32_eq() function
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c3248 DO_VCMP_FP_BOTH(vfcmpeqs, vfcmpeq_scalars, 4, float32, float32_eq)
3251 DO_VCMP_FP_BOTH(vfcmpnes, vfcmpne_scalars, 4, float32, !float32_eq)
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1213 return float32_eq(u1.f, u2.f, &env->vec_status) ? 4 : 0; in efscmpeq()