Home
last modified time | relevance | path

Searched defs:vcleq_u32 (Results 1 – 1 of 1) sorted by relevance

/external/neon_2_sse/
DNEON_2_SSE.h5368 _NEON2SSE_INLINE uint32x4_t vcleq_u32(uint32x4_t a, uint32x4_t b) // VCGE.U32 q0, q0, q0 in vcleq_u32() function
5377 # define vcleq_u32(a,b) vcgeq_u32(b,a) macro