Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1915 FOP_COND_S(le, float32_le(fst0, fst1,
1919 || float32_le(fst0, fst1,
2050 FOP_COND_PS(le, float32_le(fst0, fst1,
2052 float32_le(fsth0, fsth1,
2056 || float32_le(fst0, fst1,
2060 || float32_le(fsth0, fsth1,
2219 FOP_CONDN_S(sle, (float32_le(fst0, fst1,
2223 || float32_le(fst0, fst1,
2239 FOP_CONDN_S(sor, (float32_le(fst1, fst0,
2241 || float32_le(fst0, fst1,
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c440 return float32_le(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/target/microblaze/
H A Dop_helper.c278 r = float32_le(fa.f, fb.f, &env->fp_status); in helper_fcmp_le()
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c1220 return -float32_le(make_float32(b), make_float32(a), fpst); in HELPER()
1232 return -float32_le(f1, f0, fpst); in HELPER()
H A Dvec_helper.c1206 return -float32_le(op2, op1, stat); in float32_cge()
1236 return -float32_le(float32_abs(op2), float32_abs(op1), stat); in float32_acge()
H A Dmve_helper.c3243 #define DO_GE32(X, Y, S) float32_le(Y, X, S)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c289 return float32_le(frs1, frs2, &env->fp_status); in helper_fle_s()
H A Dvector_helper.c4394 GEN_VEXT_CMP_VV_ENV(vmfle_vv_w, uint32_t, H4, float32_le) in GEN_VEXT_CMP_VV_ENV()
4397 GEN_VEXT_CMP_VF(vmfle_vf_w, uint32_t, H4, float32_le) in GEN_VEXT_CMP_VV_ENV()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h690 static inline bool float32_le(float32 a, float32 b, float_status *s) in float32_le() function
/openbmc/qemu/target/i386/
H A Dops_sse.h1353 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 Dfpu_helper.c1204 return float32_le(u1.f, u2.f, &env->vec_status) ? 0 : 4; in efscmpgt()