Home | History | Annotate | Download | only in x86

Lines Matching defs:temp3

105     __m128i temp1, temp2, temp3, temp4;
126 temp3 = _mm_unpacklo_epi16(linee, linef);
130 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4);
132 q1_uv_8x16 = _mm_unpackhi_epi32(temp3, temp4);
220 temp3 = _mm_unpacklo_epi16(q0_uv_16x8, q1_uv_16x8);
223 linea = _mm_unpacklo_epi32(temp1, temp3);
225 linec = _mm_unpackhi_epi32(temp1, temp3);
442 __m128i temp1, temp2, temp3, temp4;
475 temp3 = _mm_unpacklo_epi16(linee, linef);
479 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4);
481 q1_uv_8x16 = _mm_unpackhi_epi32(temp3, temp4);
588 temp3 = _mm_unpacklo_epi16(q0_uv_16x8, q1_uv_16x8);
591 linea = _mm_unpacklo_epi32(temp1, temp3);
593 linec = _mm_unpackhi_epi32(temp1, temp3);