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