Searched refs:_MM_ALIGNR_EPI8 (Results 1 – 1 of 1) sorted by relevance
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2291 # define _MM_ALIGNR_EPI8 _mm_alignr_epi8 macro 2354 _NEON2SSE_INLINE __m128i _MM_ALIGNR_EPI8(__m128i a, __m128i b, int LANE) in _MM_ALIGNR_EPI8() function 14356 #define vextq_s8(a,b,c) _MM_ALIGNR_EPI8 (b,a,c) 14359 #define vextq_u8(a,b,c) _MM_ALIGNR_EPI8 (b,a,c) 14365 #define vextq_s16(a,b,c) _MM_ALIGNR_EPI8 (b,a,c * 2) 14368 #define vextq_u16(a,b,c) _MM_ALIGNR_EPI8 (b,a,c * 2) 14374 #define vextq_s32(a,b,c) _MM_ALIGNR_EPI8 (b,a,c * 4) 14377 #define vextq_u32(a,b,c) _MM_ALIGNR_EPI8 (b,a,c * 4) 14383 #define vextq_s64(a,b,c) _MM_ALIGNR_EPI8(b,a,c * 8) 14386 #define vextq_u64(a,b,c) _MM_ALIGNR_EPI8(b,a,c * 8)
|