Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_sra_epi32

197   Is32vec4 operator>>(const M128 &a) { return _mm_sra_epi32(vec,a); }
199 Is32vec4& operator>>=(const M128 &a) { return *this = (Is32vec4) _mm_sra_epi32(vec,a); }