Searched refs:res8x16_swap (Results 1 – 1 of 1) sorted by relevance
14899 __m128i c7, res8x16, res8x16_swap; in vclzq_s16() local14904 res8x16_swap = _mm_shuffle_epi8 (res8x16, *(__m128i*) mask8_sab); //horisontal pairs swap in vclzq_s16()14906 res8x16_swap = _mm_and_si128(res8x16_swap, *(__m128i*)mask8bit); //hiclz in vclzq_s16()14907 c7 = _mm_cmpgt_epi16(res8x16_swap, c7); // shows the need to add lowclz zeros in vclzq_s16()14909 return _mm_add_epi16(res8x16_swap, res8x16); in vclzq_s16()