Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_srli_epi64

121   I64vec2 operator>>(int count) { return _mm_srli_epi64(vec,count); }
123 I64vec2& operator>>=(int count) { return *this = (I64vec2) _mm_srli_epi64(vec,count); }