Home | History | Annotate | Download | only in dec

Lines Matching refs:_mm_unpacklo_epi16

105     const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
106 const __m128i transpose0_1 = _mm_unpacklo_epi16(tmp2, tmp3);
167 const __m128i transpose0_0 = _mm_unpacklo_epi16(shifted0, shifted1);
168 const __m128i transpose0_1 = _mm_unpacklo_epi16(shifted2, shifted3);
500 t1 = _mm_unpacklo_epi16(t1, t2);
571 *p0 = _mm_unpacklo_epi16(t1, *q0);
577 *p1 = _mm_unpacklo_epi16(t1, *q1);