Home | History | Annotate | Download | only in x86

Lines Matching defs:res1

420     __m128i res0, res1, res2, res3, res4, res5, res6, res7;
530 res1 = _mm_packs_epi32(w0, w1);
545 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1);
547 const __m128i tr0_2 = _mm_unpackhi_epi16(res0, res1);
1819 static INLINE void array_transpose_16x16(__m128i *res0, __m128i *res1) {
1822 array_transpose_8x8(res1, tbuf);
1823 array_transpose_8x8(res0 + 8, res1);
1824 array_transpose_8x8(res1 + 8, res1 + 8);
1836 static INLINE void right_shift_16x16(__m128i *res0, __m128i *res1) {
1840 right_shift_8x8(res1, 2);
1841 right_shift_8x8(res1 + 8, 2);