Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1936 return vceq_u16(v1, v2); in test_vceq_u16()
Darm_neon_intrinsics.c1482 return vceq_u16(a, b); in test_vceq_u16()
/external/neon_2_sse/
DNEON_2_SSE.h719 _NEON2SSESTORAGE uint16x4_t vceq_u16(uint16x4_t a, uint16x4_t b); // VCEQ.I16 d0, d0, d0
5060 _NEON2SSESTORAGE uint16x4_t vceq_u16(uint16x4_t a, uint16x4_t b); // VCEQ.I16 d0, d0, d0
5061 _NEON2SSE_INLINE uint16x4_t vceq_u16(uint16x4_t a, uint16x4_t b) in vceq_u16() function