Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_sra_epi16

361   Is16vec8 operator>>(const M128 &a) { return _mm_sra_epi16(vec,a); }
363 Is16vec8& operator>>=(const M128 &a) { return *this = (Is16vec8)_mm_sra_epi16(vec,a); }