Searched refs:float64_le (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/target/alpha/ |
| H A D | vax_helper.c | 306 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmpgle()
|
| H A D | fpu_helper.c | 392 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmptle()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1836 FOP_COND_D(le, float64_le(fdt0, fdt1, 1840 || float64_le(fdt0, fdt1, 2124 FOP_CONDN_D(sle, (float64_le(fdt0, fdt1, 2128 || float64_le(fdt0, fdt1, 2144 FOP_CONDN_D(sor, (float64_le(fdt1, fdt0, 2146 || float64_le(fdt0, fdt1,
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 435 return float64_le(a, b, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 456 return float64_le(frs1, frs2, &env->fp_status); in helper_fle_d()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 887 static inline bool float64_le(float64 a, float64 b, float_status *s) in float64_le() function
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon_helper.c | 1246 return -float64_le(f1, f0, fpst); in HELPER()
|
| H A D | vec_helper.c | 1211 return -float64_le(op2, op1, stat); in float64_cge() 1241 return -float64_le(float64_abs(op2), float64_abs(op1), stat); in float64_acge()
|