Lines Matching refs:t1
33 t1 = _mm_slli_si128(m3, 4); \
34 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
39 t1 = _mm_blend_epi16(m1,m3,0xC0); \
40 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
45 t1 = _mm_blend_epi16(m2, t0, 0x30); \
46 t2 = _mm_blend_epi16(m0, t1, 0xF0); \
51 t1 = _mm_slli_si128(m3, 4); \
52 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
57 t1 = _mm_blend_epi16(m3,m1,0x0C); \
58 t2 = _mm_blend_epi16(t0, t1, 0x0F); \
63 t1 = _mm_blend_epi16(t0, m0, 0xF0); \
65 buf = _mm_blend_epi16(t1, t2, 0xC0);
69 t1 = _mm_srli_si128(m1, 12); \
70 t2 = _mm_blend_epi16(t0,t1,0x03); \
75 t1 = _mm_blend_epi16(m0, m1, 0x33); \
76 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
81 t1 = _mm_unpackhi_epi32(t0, m2); \
82 t2 = _mm_blend_epi16(t1, m3, 0x0C); \
87 t1 = _mm_blend_epi16(m3,m0,0x0C); \
88 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
93 t1 = _mm_blend_epi16(t0, m3, 0xC0); \
94 buf = _mm_shuffle_epi32(t1, _MM_SHUFFLE(3,0,1,2));
98 t1 = _mm_unpackhi_epi32(m1,m2); \
99 buf = _mm_unpacklo_epi64(t1,t0);
103 t1 = _mm_unpackhi_epi64(m0,m2); \
104 t2 = _mm_blend_epi16(t0,t1,0x33); \
109 t1 = _mm_unpacklo_epi64(m0,m1); \
110 buf = _mm_blend_epi16(t0,t1,0x33);
114 t1 = _mm_unpackhi_epi64(m2,m0); \
115 buf = _mm_blend_epi16(t1,t0,0x33);
119 t1 = _mm_slli_si128(t0, 8); \
120 t2 = _mm_blend_epi16(t1,m3,0x0F); \
125 t1 = _mm_unpacklo_epi32(m0,m2); \
126 buf = _mm_unpacklo_epi64(t0,t1);
130 t1 = _mm_blend_epi16(m0,m3,0x03); \
131 buf = _mm_blend_epi16(t1,t0,0x3C);
135 t1 = _mm_srli_si128(m3, 4); \
136 t2 = _mm_blend_epi16(t0,t1,0x30); \
141 t1= _mm_shuffle_epi32(m3, _MM_SHUFFLE(0,2,0,1)); \
142 buf = _mm_blend_epi16(t0,t1,0x33);
146 t1 = _mm_blend_epi16(m0,m3,0x33); \
147 buf = _mm_blend_epi16(t1,t0,0xC0);
151 t1 = _mm_srli_si128(m1, 4); \
152 t2 = _mm_blend_epi16(t0,t1,0x03); \
157 t1 = _mm_srli_si128(m1, 4); \
158 buf = _mm_shuffle_epi32(_mm_blend_epi16(t0,t1,0x0C), _MM_SHUFFLE(2,3,1,0));
162 t1 = _mm_unpackhi_epi64(m0,t0); \
163 buf = _mm_shuffle_epi32(t1, _MM_SHUFFLE(3,0,1,2));
167 t1 = _mm_blend_epi16(t0,m3,0x0F); \
168 buf = _mm_shuffle_epi32(t1,_MM_SHUFFLE(2,0,3,1));
172 t1 = _mm_srli_si128(m0,4); \
173 t2 = _mm_blend_epi16(t0,t1,0x03); \
178 t1 = _mm_unpacklo_epi64(m1,m2); \
179 t2 = _mm_blend_epi16(t0,t1,0x3C); \
184 t1 = _mm_unpackhi_epi32(m1,m2); \
185 buf = _mm_unpacklo_epi64(t0,t1);
189 t1 = _mm_unpacklo_epi64(t0,m0); \
190 t2 = _mm_blend_epi16(t1,m2,0xC0); \
195 t1 = _mm_blend_epi16(m2,t0,0xF0); \
196 buf = _mm_shuffle_epi32(t1,_MM_SHUFFLE(0,2,1,3));
200 t1 = _mm_slli_si128(t0,4); \
201 buf = _mm_blend_epi16(t1,m3,0x0F);
209 t1 = _mm_blend_epi16(m1,m2,0x30); \
210 t2 = _mm_blend_epi16(t1,t0,0x0F); \
215 t1 = _mm_blend_epi16(m1,t0,0xC0); \
216 buf = _mm_shuffle_epi32(t1,_MM_SHUFFLE(1,2,0,3));
220 t1 = _mm_unpacklo_epi32(m2,m3); \
221 t2 = _mm_unpackhi_epi64(t0,t1); \
226 t1 = _mm_unpacklo_epi32(m0,m3); \
227 t2 = _mm_blend_epi16(t0,t1,0x0F); \