Lines Matching refs:m3
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)));
31 t1 = _mm_slli_si128(m3, 4); \
37 t1 = _mm_blend_epi16(m1,m3,0xC0); \
49 t1 = _mm_slli_si128(m3, 4); \
54 t0 = _mm_unpackhi_epi32(m2,m3); \
55 t1 = _mm_blend_epi16(m3,m1,0x0C); \
62 t2 = _mm_slli_si128(m3, 8); \
72 t0 = _mm_slli_si128(m3, 4); \
80 t2 = _mm_blend_epi16(t1, m3, 0x0C); \
85 t1 = _mm_blend_epi16(m3,m0,0x0C); \
91 t1 = _mm_blend_epi16(t0, m3, 0xC0); \
106 t0 = _mm_unpackhi_epi64(m1,m3); \
111 t0 = _mm_unpackhi_epi64(m3,m1); \
118 t2 = _mm_blend_epi16(t1,m3,0x0F); \
128 t1 = _mm_blend_epi16(m0,m3,0x03); \
133 t1 = _mm_srli_si128(m3, 4); \
139 t1= _mm_shuffle_epi32(m3, _MM_SHUFFLE(0,2,0,1)); \
144 t1 = _mm_blend_epi16(m0,m3,0x33); \
148 t0 = _mm_blend_epi16(m3,m2,0x30); \
165 t1 = _mm_blend_epi16(t0,m3,0x0F); \
169 t0 = _mm_blend_epi16(m2,m3,0x30); \
175 t0 = _mm_unpackhi_epi64(m0,m3); \
186 t0 = _mm_unpackhi_epi32(m1,m3); \
192 t0 = _mm_unpackhi_epi32(m0,m3); \
199 buf = _mm_blend_epi16(t1,m3,0x0F);
217 t0 = _mm_unpackhi_epi32(m0,m3); \
218 t1 = _mm_unpacklo_epi32(m2,m3); \
223 t0 = _mm_blend_epi16(m3,m2,0xC0); \
224 t1 = _mm_unpacklo_epi32(m0,m3); \