Searched refs:float64_lt (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1830 FOP_COND_D(lt, float64_lt(fdt0, fdt1, 1834 || float64_lt(fdt0, fdt1, 2118 FOP_CONDN_D(slt, (float64_lt(fdt0, fdt1, 2122 || float64_lt(fdt0, fdt1, 2150 || float64_lt(fdt1, fdt0, 2152 || float64_lt(fdt0, fdt1, 2154 FOP_CONDN_D(sne, (float64_lt(fdt1, fdt0, 2156 || float64_lt(fdt0, fdt1,
|
| /openbmc/qemu/target/alpha/ |
| H A D | vax_helper.c | 320 if (float64_lt(fa, fb, &FP_STATUS)) { in helper_cmpglt()
|
| H A D | fpu_helper.c | 408 if (float64_lt(fa, fb, &FP_STATUS)) { in helper_cmptlt()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 409 return float64_lt(a, b, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 466 return float64_lt(frs1, frs2, &env->fp_status); in helper_flt_d()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 892 static inline bool float64_lt(float64 a, float64 b, float_status *s) in float64_lt() function
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon_helper.c | 1253 return -float64_lt(f1, f0, fpst); in HELPER()
|
| H A D | vec_helper.c | 1226 return -float64_lt(op2, op1, stat); in float64_cgt() 1256 return -float64_lt(float64_abs(op2), float64_abs(op1), stat); in float64_acgt()
|