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