/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 92 #define float32_lt ___float32_lt macro
|
H A D | softfloat.h | 159 char float32_lt( float32, float32 );
|
H A D | softfloat.c | 1552 flag float32_lt( float32 a, float32 b ) in float32_lt() function
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 234 r = float32_lt(fb.f, fa.f, &env->fp_status); in helper_fcmp_lt() 282 r = float32_lt(fa.f, fb.f, &env->fp_status); in helper_fcmp_gt() 311 r = !float32_lt(fa.f, fb.f, &env->fp_status); in helper_fcmp_ge()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1910 FOP_COND_S(lt, float32_lt(fst0, fst1, 1914 || float32_lt(fst0, fst1, 2039 FOP_COND_PS(lt, float32_lt(fst0, fst1, 2041 float32_lt(fsth0, fsth1, 2045 || float32_lt(fst0, fst1, 2049 || float32_lt(fsth0, fsth1, 2214 FOP_CONDN_S(slt, (float32_lt(fst0, fst1, 2218 || float32_lt(fst0, fst1, 2246 || float32_lt(fst1, fst0, 2248 || float32_lt(fst0, fst1, [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | arch.c | 347 } else if (float32_lt(RsV, float32_zero, fp_status)) { in arch_sf_invsqrt_common()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 414 return float32_lt(a, b, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 1361 d->MMX_L(0) = float32_lt(s->MMX_S(0), d->MMX_S(0), in helper_pfcmpgt() 1363 d->MMX_L(1) = float32_lt(s->MMX_S(1), d->MMX_S(1), in helper_pfcmpgt() 1369 if (float32_lt(d->MMX_S(0), s->MMX_S(0), &env->mmx_status)) { in helper_pfmax() 1372 if (float32_lt(d->MMX_S(1), s->MMX_S(1), &env->mmx_status)) { in helper_pfmax() 1379 if (float32_lt(s->MMX_S(0), d->MMX_S(0), &env->mmx_status)) { in helper_pfmin() 1382 if (float32_lt(s->MMX_S(1), d->MMX_S(1), &env->mmx_status)) { in helper_pfmin()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon_helper.c | 1234 return -float32_lt(make_float32(b), make_float32(a), fpst); in HELPER() 1250 return -float32_lt(f1, f0, fpst); in HELPER()
|
H A D | vec_helper.c | 1152 return -float32_lt(op2, op1, stat); in float32_cgt() 1182 return -float32_lt(float32_abs(op2), float32_abs(op1), stat); in float32_acgt()
|
H A D | mve_helper.c | 3236 #define DO_GT32(X, Y, S) float32_lt(Y, X, S)
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 304 return float32_lt(frs1, frs2, &env->fp_status); in helper_flt_s()
|
H A D | vector_helper.c | 4337 GEN_VEXT_CMP_VV_ENV(vmflt_vv_w, uint32_t, H4, float32_lt) in GEN_VEXT_CMP_VV_ENV() 4340 GEN_VEXT_CMP_VF(vmflt_vf_w, uint32_t, H4, float32_lt) in GEN_VEXT_CMP_VV_ENV()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 689 static inline bool float32_lt(float32 a, float32 b, float_status *s) in float32_lt() function
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1197 return float32_lt(u1.f, u2.f, &env->vec_status) ? 4 : 0; in efscmplt()
|