Home | History | Annotate | Download | only in x86

Lines Matching refs:temp1_8x16b

101         __m128i temp0_8x16b, temp1_8x16b, alt_first_mask;
151 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask);
153 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
154 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b);
164 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask);
166 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
167 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b);
177 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask);
179 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
180 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b);
190 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask);
192 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
193 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b);
226 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask);
228 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
229 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b);