Home
last modified time | relevance | path

Searched refs:float32_le_quiet (Results 1 – 3 of 3) sorted by relevance

/qemu/target/mips/tcg/
H A Dfpu_helper.c1890 FOP_COND_S(ole, float32_le_quiet(fst0, fst1,
1894 || float32_le_quiet(fst0, fst1,
2003 FOP_COND_PS(ole, float32_le_quiet(fst0, fst1,
2005 float32_le_quiet(fsth0, fsth1,
2009 || float32_le_quiet(fst0, fst1,
2013 || float32_le_quiet(fsth0, fsth1,
2194 FOP_CONDN_S(le, (float32_le_quiet(fst0, fst1,
2198 || float32_le_quiet(fst0, fst1,
2226 FOP_CONDN_S(or, (float32_le_quiet(fst1, fst0,
2228 || float32_le_quiet(fst0, fst1,
/qemu/target/riscv/
H A Dfpu_helper.c297 return float32_le_quiet(frs1, frs2, &env->fp_status); in helper_fleq_s()
/qemu/include/fpu/
H A Dsoftfloat.h704 static inline bool float32_le_quiet(float32 a, float32 b, float_status *s) in float32_le_quiet() function