Searched refs:float64_le (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 106 #define float64_le ___float64_le macro
|
H A D | softfloat.h | 190 char float64_le( float64, float64 );
|
H A D | softfloat.c | 2415 flag float64_le( float64 a, float64 b ) in float64_le() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1837 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 D | vax_helper.c | 307 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmpgle()
|
H A D | fpu_helper.c | 393 if (float64_le(fa, fb, &FP_STATUS)) { in helper_cmptle()
|
/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 | 457 return float64_le(frs1, frs2, &env->fp_status); in helper_fle_d()
|
H A D | vector_helper.c | 4345 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 D | fpu_helper.c | 890 } 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 D | softfloat.h | 879 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 | 205 return -float64_le(b, a, fpst); in HELPER()
|
H A D | neon_helper.c | 1258 return -float64_le(f1, f0, fpst); in HELPER()
|
H A D | vec_helper.c | 1142 return -float64_le(op2, op1, stat); in float64_cge() 1172 return -float64_le(float64_abs(op2), float64_abs(op1), stat); in float64_acge()
|