Home | History | Annotate | Download | only in x86

Lines Matching defs:res0

84     const __m128i res0 = _mm_packs_epi32(w0, w2);
88 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1);
89 const __m128i tr0_1 = _mm_unpackhi_epi16(res0, res1);
319 __m128i res0, res1, res2, res3, res4, res5, res6, res7;
367 res0 = _mm_packs_epi32(w0, w1);
444 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1);
446 const __m128i tr0_2 = _mm_unpackhi_epi16(res0, res1);
1718 static INLINE void array_transpose_16x16_avx2(__m128i *res0, __m128i *res1) {
1720 array_transpose_8x8_avx2(res0, res0);
1722 array_transpose_8x8_avx2(res0 + 8, res1);
1725 res0[8] = tbuf[0];
1726 res0[9] = tbuf[1];
1727 res0[10] = tbuf[2];
1728 res0[11] = tbuf[3];
1729 res0[12] = tbuf[4];
1730 res0[13] = tbuf[5];
1731 res0[14] = tbuf[6];
1732 res0[15] = tbuf[7];
1735 static INLINE void right_shift_16x16_avx2(__m128i *res0, __m128i *res1) {
1737 right_shift_8x8_avx2(res0, 2);
1738 right_shift_8x8_avx2(res0 + 8, 2);