Searched refs:float32_le (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1915 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 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 | 1220 return -float32_le(make_float32(b), make_float32(a), fpst); in HELPER() 1232 return -float32_le(f1, f0, fpst); in HELPER()
|
| H A D | vec_helper.c | 1206 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 D | mve_helper.c | 3243 #define DO_GE32(X, Y, S) float32_le(Y, X, S)
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 289 return float32_le(frs1, frs2, &env->fp_status); in helper_fle_s()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 690 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()
|