Home
last modified time | relevance | path

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

/external/neon_2_sse/
DNEON_2_SSE.h437 _NEON2SSE_ALIGN_16 static const int8_t mask8_32_even_odd[16] = { 0, 1, 4, 5, 8, 9, 12, 13, 2, 3, 6… variable
2652 a16 = _mm_shuffle_epi8 (a, *(__m128i*) mask8_32_even_odd); in _MM_PACKUS_EPI32()
2653 b16 = _mm_shuffle_epi8 (b, *(__m128i*) mask8_32_even_odd); in _MM_PACKUS_EPI32()
2666 a16 = _mm_shuffle_epi8 (a, *(__m128i*)mask8_32_even_odd); in _MM_PACKUS1_EPI32()
3431 sum = _mm_shuffle_epi8 (sum, *(__m128i*) mask8_32_even_odd); //go to 16 bits in vaddhn_u32()
4898 sum16 = _mm_shuffle_epi8 (sum16, *(__m128i*) mask8_32_even_odd); //go to 16 bits in vsubhn_u32()
4979 sub = _mm_shuffle_epi8 (sub, *(__m128i*) mask8_32_even_odd); //go to 16 bits in vrsubhn_u32()
6618 …max = _mm_shuffle_epi8 (max, *(__m128i*) mask8_32_even_odd); //remove repetitive data, only the … in vpmax_s16()
6656 …max = _mm_shuffle_epi8 (max, *(__m128i*) mask8_32_even_odd); //remove repetitive data, only the lo… in vpmax_u16()
6707 …min = _mm_shuffle_epi8 (min, *(__m128i*) mask8_32_even_odd); //remove repetitive data, only the lo… in vpmin_s16()
[all …]