Home
last modified time | relevance | path

Searched refs:float64_lt (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h107 #define float64_lt ___float64_lt macro
H A Dsoftfloat.h191 char float64_lt( float64, float64 );
H A Dsoftfloat.c2439 flag float64_lt( float64 a, float64 b ) in float64_lt() function
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1831 FOP_COND_D(lt, float64_lt(fdt0, fdt1,
1835 || float64_lt(fdt0, fdt1,
2119 FOP_CONDN_D(slt, (float64_lt(fdt0, fdt1,
2123 || float64_lt(fdt0, fdt1,
2151 || float64_lt(fdt1, fdt0,
2153 || float64_lt(fdt0, fdt1,
2155 FOP_CONDN_D(sne, (float64_lt(fdt1, fdt0,
2157 || float64_lt(fdt0, fdt1,
/openbmc/qemu/target/alpha/
H A Dvax_helper.c321 if (float64_lt(fa, fb, &FP_STATUS)) { in helper_cmpglt()
H A Dfpu_helper.c409 if (float64_lt(fa, fb, &FP_STATUS)) { in helper_cmptlt()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c402 return float64_lt(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c985 } else if (float64_lt(farg1.d, farg2.d, &env->fp_status)) { in helper_fcmpu()
1016 } else if (float64_lt(farg1.d, farg2.d, &env->fp_status)) { in helper_fcmpo()
1616 return float64_lt(u1.d, u2.d, &env->vec_status) ? 4 : 0; in helper_efdtstlt()
2557 !float64_lt(xa->VsrD(0), xb->VsrD(0), &env->fp_status)) || \
2559 float64_lt(xa->VsrD(0), xb->VsrD(0), &env->fp_status))) { \
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c467 return float64_lt(frs1, frs2, &env->fp_status); in helper_flt_d()
H A Dvector_helper.c4074 GEN_VEXT_CMP_VV_ENV(vmflt_vv_d, uint64_t, H8, float64_lt) in GEN_VEXT_CMP_VV_ENV()
4077 GEN_VEXT_CMP_VF(vmflt_vf_d, uint64_t, H8, float64_lt) in GEN_VEXT_CMP_VV_ENV()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h884 static inline bool float64_lt(float64 a, float64 b, float_status *s) in float64_lt() function
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c199 return -float64_lt(b, a, fpst); in HELPER()
H A Dneon_helper.c1539 return -float64_lt(f1, f0, fpst); in HELPER()