Searched refs:_NEON2SSE_ALIGN_16 (Results 1 – 1 of 1) sorted by relevance
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 72 # define _NEON2SSE_ALIGN_16 __attribute__((aligned(16))) macro 88 # define _NEON2SSE_ALIGN_16 __declspec(align(16)) macro 436 _NEON2SSE_ALIGN_16 static const int8_t mask8_16_even_odd[16] = { 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5… 437 _NEON2SSE_ALIGN_16 static const int8_t mask8_32_even_odd[16] = { 0, 1, 4, 5, 8, 9, 12, 13, 2, 3, 6… 2497 _NEON2SSE_ALIGN_16 int32_t tmp[4]; in _MM_EXTRACT_EPI32() 2504 _NEON2SSE_ALIGN_16 int8_t tmp[16]; in _MM_EXTRACT_EPI8() 2511 _NEON2SSE_ALIGN_16 int32_t tmp[4]; in _MM_EXTRACT_PS() 2518 _NEON2SSE_ALIGN_16 int32_t pvec[4] = {0,0,0,0}; in _MM_INSERT_EPI32() 2519 _NEON2SSE_ALIGN_16 uint32_t mask[4] = {0xffffffff,0xffffffff,0xffffffff,0xffffffff}; in _MM_INSERT_EPI32() 2530 _NEON2SSE_ALIGN_16 int8_t pvec[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; in _MM_INSERT_EPI8() [all …]
|