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