_mm_slli_epi64
Microsoft Specific
Shifts the 2 signed or unsigned 64-bit integers in a left by count bits while shifting in zeros.
__m128i _mm_slli_epi64 (__m128i a, int count);
PSLLQ
Return Value
r0 := a0 << count
r1 := a1 << count
Requirements
Header: emmintrin.h
END Microsoft Specific