Method alignr_epi8
alignr_epi8(v128, v128, int)
Concatenate 16-byte blocks in "a" and "b" into a 32-byte temporary result, shift the result right by "count" bytes, and store the low 16 bytes in "dst".
Declaration
public static v128 alignr_epi8(v128 a, v128 b, int count)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
v128 | b | Vector b |
int | count | Byte count |
Returns
Type | Description |
---|---|
v128 | Vector |