Lines Matching refs:m2
24 buf = TOI(_mm_shuffle_ps(TOF(m2), TOF(m3), _MM_SHUFFLE(2,0,2,0)));
27 buf = TOI(_mm_shuffle_ps(TOF(m2), TOF(m3), _MM_SHUFFLE(3,1,3,1)));
30 t0 = _mm_blend_epi16(m1, m2, 0x0C); \
36 t0 = _mm_shuffle_epi32(m2,_MM_SHUFFLE(0,0,2,0)); \
43 t1 = _mm_blend_epi16(m2, t0, 0x30); \
54 t0 = _mm_unpackhi_epi32(m2,m3); \
60 t0 = _mm_unpacklo_epi32(m2,m0); \
66 t0 = _mm_blend_epi16(m0, m2, 0x3C); \
79 t1 = _mm_unpackhi_epi32(t0, m2); \
84 t0 = _mm_slli_si128(m2, 8); \
95 t0 = _mm_unpacklo_epi32(m0,m2); \
96 t1 = _mm_unpackhi_epi32(m1,m2); \
100 t0 = _mm_unpacklo_epi64(m1,m2); \
101 t1 = _mm_unpackhi_epi64(m0,m2); \
112 t1 = _mm_unpackhi_epi64(m2,m0); \
116 t0 = _mm_blend_epi16(m0,m2,0x03); \
123 t1 = _mm_unpacklo_epi32(m0,m2); \
127 t0 = _mm_srli_si128(m2, 4); \
138 t0 = _mm_unpacklo_epi64(m1,m2); \
148 t0 = _mm_blend_epi16(m3,m2,0x30); \
154 t0 = _mm_unpacklo_epi64(m0,m2); \
159 t0 = _mm_unpackhi_epi32(m1,m2); \
169 t0 = _mm_blend_epi16(m2,m3,0x30); \
176 t1 = _mm_unpacklo_epi64(m1,m2); \
182 t1 = _mm_unpackhi_epi32(m1,m2); \
188 t2 = _mm_blend_epi16(t1,m2,0xC0); \
193 t1 = _mm_blend_epi16(m2,t0,0xF0); \
197 t0 = _mm_blend_epi16(m2,m0,0x0C); \
206 t0 = _mm_blend_epi16(m0,m2,0x03); \
207 t1 = _mm_blend_epi16(m1,m2,0x30); \
218 t1 = _mm_unpacklo_epi32(m2,m3); \
223 t0 = _mm_blend_epi16(m3,m2,0xC0); \