Method extract_epi16
extract_epi16(v128, int)
Extract a 16-bit integer from "a", selected with "imm8", and store the result in the lower element of "dst".
Declaration
public static ushort extract_epi16(v128 a, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
int | imm8 | Selection |
Returns
Type | Description |
---|---|
ushort | ushort |