Home
last modified time | relevance | path

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

/external/neon_2_sse/
DNEON_2_SSE.h5340 _NEON2SSE_INLINE uint8x16_t vcleq_u8(uint8x16_t a, uint8x16_t b) // VCGE.U8 q0, q0, q0 in vcleq_u8() function
5348 # define vcleq_u8(a,b) vcgeq_u8(b,a) macro