Searched refs:res8x16 (Results 1 – 1 of 1) sorted by relevance
14899 __m128i c7, res8x16, res8x16_swap; in vclzq_s16() local14903 res8x16 = vclzq_s8(a); in vclzq_s16()14904 res8x16_swap = _mm_shuffle_epi8 (res8x16, *(__m128i*) mask8_sab); //horisontal pairs swap in vclzq_s16()14905 res8x16 = _mm_and_si128(res8x16, *(__m128i*)mask8bit); //lowclz in vclzq_s16()14908 res8x16 = _mm_and_si128(res8x16, c7); //lowclz in vclzq_s16()14909 return _mm_add_epi16(res8x16_swap, res8x16); in vclzq_s16()