Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h106 #define float64_le ___float64_le macro
H A Dsoftfloat.h190 char float64_le( float64, float64 );
H A Dsoftfloat.c2415 flag float64_le( float64 a, float64 b ) in float64_le() function
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1837 FOP_COND_D(le, float64_le(fdt0, fdt1,
1841 || float64_le(fdt0, fdt1,
2125 FOP_CONDN_D(sle, (float64_le(fdt0, fdt1,
2129 || float64_le(fdt0, fdt1,
2145 FOP_CONDN_D(sor, (float64_le(fdt1, fdt0,
2147 || float64_le(fdt0, fdt1,
/openbmc/qemu/target/alpha/
H A Dvax_helper.c307 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmpgle()
H A Dfpu_helper.c393 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmptle()
/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.c457 return float64_le(frs1, frs2, &env->fp_status); in helper_fle_d()
H A Dvector_helper.c4345 GEN_VEXT_CMP_VV_ENV(vmfle_vv_d, uint64_t, H8, float64_le) in GEN_VEXT_CMP_VV_ENV()
4348 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.c890 } else if (!float64_le(farg1.d, farg2.d, &env->fp_status)) { in helper_fcmpu()
921 } else if (!float64_le(farg1.d, farg2.d, &env->fp_status)) { in helper_fcmpo()
1528 return float64_le(u1.d, u2.d, &env->vec_status) ? 0 : 4; in helper_efdtstgt()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h879 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.c205 return -float64_le(b, a, fpst); in HELPER()
H A Dneon_helper.c1258 return -float64_le(f1, f0, fpst); in HELPER()
H A Dvec_helper.c1142 return -float64_le(op2, op1, stat); in float64_cge()
1172 return -float64_le(float64_abs(op2), float64_abs(op1), stat); in float64_acge()