Method slli_epi32
slli_epi32(v128, Int32)
Shift packed 32-bit integers in "a" left by "imm8" while shifting in zeros, and store the results in "dst".
Declaration
public static v128 slli_epi32(v128 a, int imm8)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
| Int32 | imm8 | Offset  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |