Searched refs:float32_le_quiet (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1889 FOP_COND_S(ole, float32_le_quiet(fst0, fst1, 1893 || float32_le_quiet(fst0, fst1, 2002 FOP_COND_PS(ole, float32_le_quiet(fst0, fst1, 2004 float32_le_quiet(fsth0, fsth1, 2008 || float32_le_quiet(fst0, fst1, 2012 || float32_le_quiet(fsth0, fsth1, 2193 FOP_CONDN_S(le, (float32_le_quiet(fst0, fst1, 2197 || float32_le_quiet(fst0, fst1, 2225 FOP_CONDN_S(or, (float32_le_quiet(fst1, fst0, 2227 || float32_le_quiet(fst0, fst1,
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 296 return float32_le_quiet(frs1, frs2, &env->fp_status); in helper_fleq_s()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 710 static inline bool float32_le_quiet(float32 a, float32 b, float_status *s) in float32_le_quiet() function
|