_mm_srli_pi32
Microsoft Specific
Shifts two 32-bit values in m right the amount specified by count while shifting in zeros.
__m64 _mm_srli_pi32 (__m64 m , int count);
PSRLDI
Remarks
For the best performance, count should be a constant. A synonym for _mm_srli_pi32 is _m_psrldi.
Requirements
Header: mmintrin.h
END Microsoft Specific