Lines Matching refs:t0
30 t0 = _mm_blend_epi16(m1, m2, 0x0C); \
32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
36 t0 = _mm_shuffle_epi32(m2,_MM_SHUFFLE(0,0,2,0)); \
38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
42 t0 = _mm_slli_si128(m1, 4); \
43 t1 = _mm_blend_epi16(m2, t0, 0x30); \
48 t0 = _mm_unpackhi_epi32(m0,m1); \
50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
54 t0 = _mm_unpackhi_epi32(m2,m3); \
56 t2 = _mm_blend_epi16(t0, t1, 0x0F); \
60 t0 = _mm_unpacklo_epi32(m2,m0); \
61 t1 = _mm_blend_epi16(t0, m0, 0xF0); \
66 t0 = _mm_blend_epi16(m0, m2, 0x3C); \
68 t2 = _mm_blend_epi16(t0,t1,0x03); \
72 t0 = _mm_slli_si128(m3, 4); \
74 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
78 t0 = _mm_unpackhi_epi32(m0,m1); \
79 t1 = _mm_unpackhi_epi32(t0, m2); \
84 t0 = _mm_slli_si128(m2, 8); \
86 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
90 t0 = _mm_blend_epi16(m0,m1,0x0F); \
91 t1 = _mm_blend_epi16(t0, m3, 0xC0); \
95 t0 = _mm_unpacklo_epi32(m0,m2); \
97 buf = _mm_unpacklo_epi64(t1,t0);
100 t0 = _mm_unpacklo_epi64(m1,m2); \
102 t2 = _mm_blend_epi16(t0,t1,0x33); \
106 t0 = _mm_unpackhi_epi64(m1,m3); \
108 buf = _mm_blend_epi16(t0,t1,0x33);
111 t0 = _mm_unpackhi_epi64(m3,m1); \
113 buf = _mm_blend_epi16(t1,t0,0x33);
116 t0 = _mm_blend_epi16(m0,m2,0x03); \
117 t1 = _mm_slli_si128(t0, 8); \
122 t0 = _mm_unpackhi_epi32(m0,m1); \
124 buf = _mm_unpacklo_epi64(t0,t1);
127 t0 = _mm_srli_si128(m2, 4); \
129 buf = _mm_blend_epi16(t1,t0,0x3C);
132 t0 = _mm_blend_epi16(m1,m0,0x0C); \
134 t2 = _mm_blend_epi16(t0,t1,0x30); \
138 t0 = _mm_unpacklo_epi64(m1,m2); \
140 buf = _mm_blend_epi16(t0,t1,0x33);
143 t0 = _mm_slli_si128(m1, 12); \
145 buf = _mm_blend_epi16(t1,t0,0xC0);
148 t0 = _mm_blend_epi16(m3,m2,0x30); \
150 t2 = _mm_blend_epi16(t0,t1,0x03); \
154 t0 = _mm_unpacklo_epi64(m0,m2); \
156 buf = _mm_shuffle_epi32(_mm_blend_epi16(t0,t1,0x0C), _MM_SHUFFLE(2,3,1,0));
159 t0 = _mm_unpackhi_epi32(m1,m2); \
160 t1 = _mm_unpackhi_epi64(m0,t0); \
164 t0 = _mm_unpackhi_epi32(m0,m1); \
165 t1 = _mm_blend_epi16(t0,m3,0x0F); \
169 t0 = _mm_blend_epi16(m2,m3,0x30); \
171 t2 = _mm_blend_epi16(t0,t1,0x03); \
175 t0 = _mm_unpackhi_epi64(m0,m3); \
177 t2 = _mm_blend_epi16(t0,t1,0x3C); \
181 t0 = _mm_unpacklo_epi32(m0,m1); \
183 buf = _mm_unpacklo_epi64(t0,t1);
186 t0 = _mm_unpackhi_epi32(m1,m3); \
187 t1 = _mm_unpacklo_epi64(t0,m0); \
192 t0 = _mm_unpackhi_epi32(m0,m3); \
193 t1 = _mm_blend_epi16(m2,t0,0xF0); \
197 t0 = _mm_blend_epi16(m2,m0,0x0C); \
198 t1 = _mm_slli_si128(t0,4); \
202 t0 = _mm_blend_epi16(m1,m0,0x30); \
203 buf = _mm_shuffle_epi32(t0,_MM_SHUFFLE(1,0,3,2));
206 t0 = _mm_blend_epi16(m0,m2,0x03); \
208 t2 = _mm_blend_epi16(t1,t0,0x0F); \
212 t0 = _mm_slli_si128(m0,4); \
213 t1 = _mm_blend_epi16(m1,t0,0xC0); \
217 t0 = _mm_unpackhi_epi32(m0,m3); \
219 t2 = _mm_unpackhi_epi64(t0,t1); \
223 t0 = _mm_blend_epi16(m3,m2,0xC0); \
225 t2 = _mm_blend_epi16(t0,t1,0x0F); \