• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/libb2/

Lines Matching refs:_mm_blend_epi16

30 t0 = _mm_blend_epi16(m1, m2, 0x0C); \
32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
37 t1 = _mm_blend_epi16(m1,m3,0xC0); \
38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
43 t1 = _mm_blend_epi16(m2, t0, 0x30); \
44 t2 = _mm_blend_epi16(m0, t1, 0xF0); \
50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
55 t1 = _mm_blend_epi16(m3,m1,0x0C); \
56 t2 = _mm_blend_epi16(t0, t1, 0x0F); \
61 t1 = _mm_blend_epi16(t0, m0, 0xF0); \
63 buf = _mm_blend_epi16(t1, t2, 0xC0);
66 t0 = _mm_blend_epi16(m0, m2, 0x3C); \
68 t2 = _mm_blend_epi16(t0,t1,0x03); \
73 t1 = _mm_blend_epi16(m0, m1, 0x33); \
74 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
80 t2 = _mm_blend_epi16(t1, m3, 0x0C); \
85 t1 = _mm_blend_epi16(m3,m0,0x0C); \
86 t2 = _mm_blend_epi16(t1, t0, 0xC0); \
90 t0 = _mm_blend_epi16(m0,m1,0x0F); \
91 t1 = _mm_blend_epi16(t0, m3, 0xC0); \
102 t2 = _mm_blend_epi16(t0,t1,0x33); \
108 buf = _mm_blend_epi16(t0,t1,0x33);
113 buf = _mm_blend_epi16(t1,t0,0x33);
116 t0 = _mm_blend_epi16(m0,m2,0x03); \
118 t2 = _mm_blend_epi16(t1,m3,0x0F); \
128 t1 = _mm_blend_epi16(m0,m3,0x03); \
129 buf = _mm_blend_epi16(t1,t0,0x3C);
132 t0 = _mm_blend_epi16(m1,m0,0x0C); \
134 t2 = _mm_blend_epi16(t0,t1,0x30); \
140 buf = _mm_blend_epi16(t0,t1,0x33);
144 t1 = _mm_blend_epi16(m0,m3,0x33); \
145 buf = _mm_blend_epi16(t1,t0,0xC0);
148 t0 = _mm_blend_epi16(m3,m2,0x30); \
150 t2 = _mm_blend_epi16(t0,t1,0x03); \
156 buf = _mm_shuffle_epi32(_mm_blend_epi16(t0,t1,0x0C), _MM_SHUFFLE(2,3,1,0));
165 t1 = _mm_blend_epi16(t0,m3,0x0F); \
169 t0 = _mm_blend_epi16(m2,m3,0x30); \
171 t2 = _mm_blend_epi16(t0,t1,0x03); \
177 t2 = _mm_blend_epi16(t0,t1,0x3C); \
188 t2 = _mm_blend_epi16(t1,m2,0xC0); \
193 t1 = _mm_blend_epi16(m2,t0,0xF0); \
197 t0 = _mm_blend_epi16(m2,m0,0x0C); \
199 buf = _mm_blend_epi16(t1,m3,0x0F);
202 t0 = _mm_blend_epi16(m1,m0,0x30); \
206 t0 = _mm_blend_epi16(m0,m2,0x03); \
207 t1 = _mm_blend_epi16(m1,m2,0x30); \
208 t2 = _mm_blend_epi16(t1,t0,0x0F); \
213 t1 = _mm_blend_epi16(m1,t0,0xC0); \
223 t0 = _mm_blend_epi16(m3,m2,0xC0); \
225 t2 = _mm_blend_epi16(t0,t1,0x0F); \