Home
last modified time | relevance | path

Searched refs:vcgeq_u32 (Results 1 – 3 of 3) sorted by relevance

/external/neon_2_sse/
DNEON_2_SSE.h744 _NEON2SSESTORAGE uint32x4_t vcgeq_u32(uint32x4_t a, uint32x4_t b); // VCGE.U32 q0, q0, q0
5168 return64(vcgeq_u32 (_pM128i(a), _pM128i(b))); in vcge_u32()
5235 _NEON2SSESTORAGE uint32x4_t vcgeq_u32(uint32x4_t a, uint32x4_t b); // VCGE.U32 q0, q0, q0
5236 _NEON2SSE_INLINE uint32x4_t vcgeq_u32(uint32x4_t a, uint32x4_t b) // VCGE.U32 q0, q0, q0 in vcgeq_u32() function
5377 # define vcleq_u32(a,b) vcgeq_u32(b,a)
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c2176 return vcgeq_u32(v1, v2); in test_vcgeq_u32()
Darm_neon_intrinsics.c1675 return vcgeq_u32(a, b); in test_vcgeq_u32()