/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 91 #define float32_le ___float32_le macro
|
H A D | softfloat.h | 158 char float32_le( float32, float32 );
|
H A D | softfloat.c | 1528 flag float32_le( float32 a, float32 b ) in float32_le() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1916 FOP_COND_S(le, float32_le(fst0, fst1, 1920 || float32_le(fst0, fst1, 2051 FOP_COND_PS(le, float32_le(fst0, fst1, 2053 float32_le(fsth0, fsth1, 2057 || float32_le(fst0, fst1, 2061 || float32_le(fsth0, fsth1, 2220 FOP_CONDN_S(sle, (float32_le(fst0, fst1, 2224 || float32_le(fst0, fst1, 2240 FOP_CONDN_S(sor, (float32_le(fst1, fst0, 2242 || float32_le(fst0, fst1,
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 266 r = float32_le(fa.f, fb.f, &env->fp_status); in helper_fcmp_le()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 440 return float32_le(a, b, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon_helper.c | 1228 return -float32_le(make_float32(b), make_float32(a), fpst); in HELPER() 1242 return -float32_le(f1, f0, fpst); in HELPER()
|
H A D | vec_helper.c | 1137 return -float32_le(op2, op1, stat); in float32_cge() 1167 return -float32_le(float32_abs(op2), float32_abs(op1), stat); in float32_acge()
|
H A D | mve_helper.c | 3234 #define DO_GE32(X, Y, S) float32_le(Y, X, S)
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 290 return float32_le(frs1, frs2, &env->fp_status); in helper_fle_s()
|
H A D | vector_helper.c | 4344 GEN_VEXT_CMP_VV_ENV(vmfle_vv_w, uint32_t, H4, float32_le) in GEN_VEXT_CMP_VV_ENV() 4347 GEN_VEXT_CMP_VF(vmfle_vf_w, uint32_t, H4, float32_le) in GEN_VEXT_CMP_VV_ENV()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 684 static inline bool float32_le(float32 a, float32 b, float_status *s) in float32_le() function
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 1353 d->MMX_L(0) = float32_le(s->MMX_S(0), d->MMX_S(0), in helper_pfcmpge() 1355 d->MMX_L(1) = float32_le(s->MMX_S(1), d->MMX_S(1), in helper_pfcmpge()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1206 return float32_le(u1.f, u2.f, &env->vec_status) ? 0 : 4; in efscmpgt()
|