Searched refs:float64_le (Results 1 – 11 of 11) 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()
|
| H A D | vector_helper.c | 4395 GEN_VEXT_CMP_VV_ENV(vmfle_vv_d, uint64_t, H8, float64_le) in GEN_VEXT_CMP_VV_ENV() 4398 GEN_VEXT_CMP_VF(vmfle_vf_d, uint64_t, H8, float64_le) in GEN_VEXT_CMP_VV_ENV()
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 888 } else if (!float64_le(farg1.d, farg2.d, &env->fp_status)) { in helper_fcmpu() 919 } else if (!float64_le(farg1.d, farg2.d, &env->fp_status)) { in helper_fcmpo() 1526 return float64_le(u1.d, u2.d, &env->vec_status) ? 0 : 4; in helper_efdtstgt()
|
| /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 | helper-a64.c | 207 return -float64_le(b, a, fpst); in HELPER()
|
| 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()
|