Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_sll_epi16

314   I16vec8 operator<<(const M128 &a) { return _mm_sll_epi16(vec,a); }
316 I16vec8& operator<<=(const M128 &a) { return *this = (I16vec8)_mm_sll_epi16(vec,a); }
356 Is16vec8 operator<<(const M128 &a) { return _mm_sll_epi16(vec,a); }
358 Is16vec8& operator<<=(const M128 &a) { return *this = (Is16vec8)_mm_sll_epi16(vec,a); }
441 Iu16vec8 operator<<(const M128 &a) { return _mm_sll_epi16(vec,a); }
443 Iu16vec8& operator<<=(const M128 &a) { return *this = (Iu16vec8)_mm_sll_epi16(vec,a); }