| Parameter | Description |
|---|---|
| b | Splatted byte. |
Splat a single byte across the v128
| Parameter | Description |
|---|---|
| a | byte a. |
| b | byte b. |
| c | byte c. |
| d | byte d. |
| e | byte e. |
| f | byte f. |
| g | byte g. |
| h | byte h. |
| i | byte i. |
| j | byte j. |
| k | byte k. |
| l | byte l. |
| m | byte m. |
| n | byte n. |
| o | byte o. |
| p | byte p. |
Initialize the v128 with 16 bytes
| Parameter | Description |
|---|---|
| b | Splatted sbyte. |
Splat a single sbyte across the v128
| Parameter | Description |
|---|---|
| a | sbyte a. |
| b | sbyte b. |
| c | sbyte c. |
| d | sbyte d. |
| e | sbyte e. |
| f | sbyte f. |
| g | sbyte g. |
| h | sbyte h. |
| i | sbyte i. |
| j | sbyte j. |
| k | sbyte k. |
| l | sbyte l. |
| m | sbyte m. |
| n | sbyte n. |
| o | sbyte o. |
| p | sbyte p. |
Initialize the v128 with 16 sbytes
| Parameter | Description |
|---|---|
| v | Splatted short. |
Splat a single short across the v128
| Parameter | Description |
|---|---|
| a | short a. |
| b | short b. |
| c | short c. |
| d | short d. |
| e | short e. |
| f | short f. |
| g | short g. |
| h | short h. |
Initialize the v128 with 8 shorts
| Parameter | Description |
|---|---|
| v | Splatted ushort. |
Splat a single ushort across the v128
| Parameter | Description |
|---|---|
| a | ushort a. |
| b | ushort b. |
| c | ushort c. |
| d | ushort d. |
| e | ushort e. |
| f | ushort f. |
| g | ushort g. |
| h | ushort h. |
Initialize the v128 with 8 ushorts
| Parameter | Description |
|---|---|
| v | Splatted f16. |
| a | f16 a. |
| b | f16 b. |
| c | f16 c. |
| d | f16 d. |
| e | f16 e. |
| f | f16 f. |
| g | f16 g. |
| h | f16 h. |
| v | Splatted int. |
Splat a single int across the v128
| Parameter | Description |
|---|---|
| a | int a. |
| b | int b. |
| c | int c. |
| d | int d. |
Initialize the v128 with 4 ints
| Parameter | Description |
|---|---|
| v | Splatted uint. |
Splat a single uint across the v128
| Parameter | Description |
|---|---|
| a | uint a. |
| b | uint b. |
| c | uint c. |
| d | uint d. |
Initialize the v128 with 4 uints
| Parameter | Description |
|---|---|
| f | Splatted float. |
Splat a single float across the v128
| Parameter | Description |
|---|---|
| a | float a. |
| b | float b. |
| c | float c. |
| d | float d. |
Initialize the v128 with 4 floats
| Parameter | Description |
|---|---|
| f | Splatted double. |
Splat a single double across the v128
| Parameter | Description |
|---|---|
| a | double a. |
| b | double b. |
Initialize the v128 with 2 doubles
| Parameter | Description |
|---|---|
| f | Splatted long. |
Splat a single long across the v128
| Parameter | Description |
|---|---|
| a | long a. |
| b | long b. |
Initialize the v128 with 2 longs
| Parameter | Description |
|---|---|
| f | Splatted ulong. |
Splat a single ulong across the v128
| Parameter | Description |
|---|---|
| a | ulong a. |
| b | ulong b. |
Initialize the v128 with 2 ulongs
| Parameter | Description |
|---|---|
| lo | Low half of v64. |
| hi | High half of v64. |
Initialize the v128 with 2 v64's