_mm_sllv_epi32

Shift packed 32-bit integers in a left by the amount specified by the corresponding element in count while shifting in zeroes.

nothrow @nogc pure @trusted
__m128i
_mm_sllv_epi32
(
__m128i a
,
__m128i count
)

Meta