Method movemask_epi8
movemask_epi8(v128)
Create mask from the most significant bit of each 8-bit element in "a", and store the result in "dst".
Declaration
public static int movemask_epi8(v128 a)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Returns
Type | Description |
---|---|
int | Integer |