Lines Matching refs:m1
18 buf = TOI(_mm_shuffle_ps(TOF(m0), TOF(m1), _MM_SHUFFLE(2,0,2,0)));
21 buf = TOI(_mm_shuffle_ps(TOF(m0), TOF(m1), _MM_SHUFFLE(3,1,3,1)));
30 t0 = _mm_blend_epi16(m1, m2, 0x0C); \
37 t1 = _mm_blend_epi16(m1,m3,0xC0); \
42 t0 = _mm_slli_si128(m1, 4); \
48 t0 = _mm_unpackhi_epi32(m0,m1); \
55 t1 = _mm_blend_epi16(m3,m1,0x0C); \
67 t1 = _mm_srli_si128(m1, 12); \
73 t1 = _mm_blend_epi16(m0, m1, 0x33); \
78 t0 = _mm_unpackhi_epi32(m0,m1); \
90 t0 = _mm_blend_epi16(m0,m1,0x0F); \
96 t1 = _mm_unpackhi_epi32(m1,m2); \
100 t0 = _mm_unpacklo_epi64(m1,m2); \
106 t0 = _mm_unpackhi_epi64(m1,m3); \
107 t1 = _mm_unpacklo_epi64(m0,m1); \
111 t0 = _mm_unpackhi_epi64(m3,m1); \
122 t0 = _mm_unpackhi_epi32(m0,m1); \
132 t0 = _mm_blend_epi16(m1,m0,0x0C); \
138 t0 = _mm_unpacklo_epi64(m1,m2); \
143 t0 = _mm_slli_si128(m1, 12); \
149 t1 = _mm_srli_si128(m1, 4); \
155 t1 = _mm_srli_si128(m1, 4); \
159 t0 = _mm_unpackhi_epi32(m1,m2); \
164 t0 = _mm_unpackhi_epi32(m0,m1); \
176 t1 = _mm_unpacklo_epi64(m1,m2); \
181 t0 = _mm_unpacklo_epi32(m0,m1); \
182 t1 = _mm_unpackhi_epi32(m1,m2); \
186 t0 = _mm_unpackhi_epi32(m1,m3); \
202 t0 = _mm_blend_epi16(m1,m0,0x30); \
207 t1 = _mm_blend_epi16(m1,m2,0x30); \
213 t1 = _mm_blend_epi16(m1,t0,0xC0); \