Lines Matching full:t1

31 t1 = _mm_slli_si128(m3, 4); \
32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
37 t1 = _mm_blend_epi16(m1,m3,0xC0); \
38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
43 t1 = _mm_blend_epi16(m2, t0, 0x30); \
44 t2 = _mm_blend_epi16(m0, t1, 0xF0); \
49 t1 = _mm_slli_si128(m3, 4); \
50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
55 t1 = _mm_blend_epi16(m3,m1,0x0C); \
56 t2 = _mm_blend_epi16(t0, t1, 0x0F); \
61 t1 = _mm_blend_epi16(t0, m0, 0xF0); \
63 buf = _mm_blend_epi16(t1, t2, 0xC0);
67 t1 = _mm_srli_si128(m1, 12); \
68 t2 = _mm_blend_epi16(t0,t1,0x03); \
73 t1 = _mm_blend_epi16(m0, m1, 0x33); \
74 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
79 t1 = _mm_unpackhi_epi32(t0, m2); \
80 t2 = _mm_blend_epi16(t1, m3, 0x0C); \
85 t1 = _mm_blend_epi16(m3,m0,0x0C); \
86 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
91 t1 = _mm_blend_epi16(t0, m3, 0xC0); \
92 buf = _mm_shuffle_epi32(t1, _MM_SHUFFLE(3,0,1,2));
96 t1 = _mm_unpackhi_epi32(m1,m2); \
97 buf = _mm_unpacklo_epi64(t1,t0);
101 t1 = _mm_unpackhi_epi64(m0,m2); \
102 t2 = _mm_blend_epi16(t0,t1,0x33); \
107 t1 = _mm_unpacklo_epi64(m0,m1); \
108 buf = _mm_blend_epi16(t0,t1,0x33);
112 t1 = _mm_unpackhi_epi64(m2,m0); \
113 buf = _mm_blend_epi16(t1,t0,0x33);
117 t1 = _mm_slli_si128(t0, 8); \
118 t2 = _mm_blend_epi16(t1,m3,0x0F); \
123 t1 = _mm_unpacklo_epi32(m0,m2); \
124 buf = _mm_unpacklo_epi64(t0,t1);
128 t1 = _mm_blend_epi16(m0,m3,0x03); \
129 buf = _mm_blend_epi16(t1,t0,0x3C);
133 t1 = _mm_srli_si128(m3, 4); \
134 t2 = _mm_blend_epi16(t0,t1,0x30); \
139 t1= _mm_shuffle_epi32(m3, _MM_SHUFFLE(0,2,0,1)); \
140 buf = _mm_blend_epi16(t0,t1,0x33);
144 t1 = _mm_blend_epi16(m0,m3,0x33); \
145 buf = _mm_blend_epi16(t1,t0,0xC0);
149 t1 = _mm_srli_si128(m1, 4); \
150 t2 = _mm_blend_epi16(t0,t1,0x03); \
155 t1 = _mm_srli_si128(m1, 4); \
156 buf = _mm_shuffle_epi32(_mm_blend_epi16(t0,t1,0x0C), _MM_SHUFFLE(2,3,1,0));
160 t1 = _mm_unpackhi_epi64(m0,t0); \
161 buf = _mm_shuffle_epi32(t1, _MM_SHUFFLE(3,0,1,2));
165 t1 = _mm_blend_epi16(t0,m3,0x0F); \
166 buf = _mm_shuffle_epi32(t1,_MM_SHUFFLE(2,0,3,1));
170 t1 = _mm_srli_si128(m0,4); \
171 t2 = _mm_blend_epi16(t0,t1,0x03); \
176 t1 = _mm_unpacklo_epi64(m1,m2); \
177 t2 = _mm_blend_epi16(t0,t1,0x3C); \
182 t1 = _mm_unpackhi_epi32(m1,m2); \
183 buf = _mm_unpacklo_epi64(t0,t1);
187 t1 = _mm_unpacklo_epi64(t0,m0); \
188 t2 = _mm_blend_epi16(t1,m2,0xC0); \
193 t1 = _mm_blend_epi16(m2,t0,0xF0); \
194 buf = _mm_shuffle_epi32(t1,_MM_SHUFFLE(0,2,1,3));
198 t1 = _mm_slli_si128(t0,4); \
199 buf = _mm_blend_epi16(t1,m3,0x0F);
207 t1 = _mm_blend_epi16(m1,m2,0x30); \
208 t2 = _mm_blend_epi16(t1,t0,0x0F); \
213 t1 = _mm_blend_epi16(m1,t0,0xC0); \
214 buf = _mm_shuffle_epi32(t1,_MM_SHUFFLE(1,2,0,3));
218 t1 = _mm_unpacklo_epi32(m2,m3); \
219 t2 = _mm_unpackhi_epi64(t0,t1); \
224 t1 = _mm_unpacklo_epi32(m0,m3); \
225 t2 = _mm_blend_epi16(t0,t1,0x0F); \