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