Searched refs:float64_lt_quiet (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1804 FOP_COND_D(olt, float64_lt_quiet(fdt0, fdt1, 1808 || float64_lt_quiet(fdt0, fdt1, 2092 FOP_CONDN_D(lt, (float64_lt_quiet(fdt0, fdt1, 2096 || float64_lt_quiet(fdt0, fdt1, 2136 || float64_lt_quiet(fdt1, fdt0, 2138 || float64_lt_quiet(fdt0, fdt1, 2140 FOP_CONDN_D(ne, (float64_lt_quiet(fdt1, fdt0, 2142 || float64_lt_quiet(fdt0, fdt1,
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 471 return float64_lt_quiet(frs1, frs2, &env->fp_status); in helper_fltq_d()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 912 static inline bool float64_lt_quiet(float64 a, float64 b, float_status *s) in float64_lt_quiet() function
|