Home
last modified time | relevance | path

Searched refs:vcleq_f32 (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics-constrained.c388 return vcleq_f32(v1, v2); in test_vcleq_f32()
Daarch64-neon-intrinsics.c2133 return vcleq_f32(v1, v2); in test_vcleq_f32()
Darm_neon_intrinsics.c1727 return vcleq_f32(a, b); in test_vcleq_f32()
/external/skia/include/private/
DSkNx_neon.h207 AI SkNx operator<=(const SkNx& o) const {return vreinterpretq_f32_u32(vcleq_f32(fVec, o.fVec));}
/external/skqp/include/private/
DSkNx_neon.h224 AI SkNx operator<=(const SkNx& o) const {return vreinterpretq_f32_u32(vcleq_f32(fVec, o.fVec));}
/external/pffft/
Dsse2neon.h3876 vcleq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); in _mm_cmple_ps()
4215 vcleq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); in _mm_comile_ss()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c1877 return vcleq_f32(a, b); in test_vcleq_f32()
Daarch64-neon-intrinsics.c2315 return vcleq_f32(v1, v2); in test_vcleq_f32()
/external/neon_2_sse/
DNEON_2_SSE.h756 _NEON2SSESTORAGE uint32x4_t vcleq_f32(float32x4_t a, float32x4_t b); // VCGE.F32 q0, q0, q0
5330 _NEON2SSESTORAGE uint32x4_t vcleq_f32(float32x4_t a, float32x4_t b); // VCGE.F32 q0, q0, q0
5331 _NEON2SSE_INLINE uint32x4_t vcleq_f32(float32x4_t a, float32x4_t b) in vcleq_f32() function