Searched refs:float64_le_quiet (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1810 FOP_COND_D(ole, float64_le_quiet(fdt0, fdt1, 1814 || float64_le_quiet(fdt0, fdt1, 2098 FOP_CONDN_D(le, (float64_le_quiet(fdt0, fdt1, 2102 || float64_le_quiet(fdt0, fdt1, 2130 FOP_CONDN_D(or, (float64_le_quiet(fdt1, fdt0, 2132 || float64_le_quiet(fdt0, fdt1,
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 461 return float64_le_quiet(frs1, frs2, &env->fp_status); in helper_fleq_d()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 907 static inline bool float64_le_quiet(float64 a, float64 b, float_status *s) in float64_le_quiet() function
|