Home
last modified time | relevance | path

Searched refs:float64_le (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dvax_helper.c306 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmpgle()
H A Dfpu_helper.c392 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmptle()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1836 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 Dfpu_helper.c435 return float64_le(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c456 return float64_le(frs1, frs2, &env->fp_status); in helper_fle_d()
H A Dvector_helper.c4395 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 Dfpu_helper.c888 } 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 Dsoftfloat.h887 static inline bool float64_le(float64 a, float64 b, float_status *s) in float64_le() function
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c207 return -float64_le(b, a, fpst); in HELPER()
H A Dneon_helper.c1246 return -float64_le(f1, f0, fpst); in HELPER()
H A Dvec_helper.c1211 return -float64_le(op2, op1, stat); in float64_cge()
1241 return -float64_le(float64_abs(op2), float64_abs(op1), stat); in float64_acge()