Method extract_epi32
extract_epi32(v128, int)
Extract a 32-bit integer from "a", selected with "imm8", and store the result in "dst".
Declaration
public static int extract_epi32(v128 a, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
int | imm8 | imm8 |
Returns
Type | Description |
---|---|
int | Integer |