Method setr_epi32
setr_epi32(Int32, Int32, Int32, Int32)
Set packed 32-bit integers in "dst" with the supplied values in reverse order.
Declaration
public static v128 setr_epi32(int e3, int e2, int e1, int e0)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | e3 | Value 3  | 
| Int32 | e2 | Value 2  | 
| Int32 | e1 | Value 1  | 
| Int32 | e0 | Value 0  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |