Method SHUFFLE
SHUFFLE(int, int, int, int)
Return a shuffle immediate suitable for use with shuffle_ps and similar instructions.
Declaration
public static int SHUFFLE(int d, int c, int b, int a)
Parameters
Type | Name | Description |
---|---|---|
int | d | Integer d |
int | c | Integer c |
int | b | Integer b |
int | a | Integer a |
Returns
Type | Description |
---|---|
int | Shuffle suitable for use with shuffle_ps |