| Parameter | Description |
|---|---|
| b | Splatted byte. |
Splat a single byte across the v256
| 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. |
| q | byte q. |
| r | byte r. |
| s | byte s. |
| t | byte t. |
| u | byte u. |
| v | byte v. |
| w | byte w. |
| x | byte x. |
| y | byte y. |
| z | byte z. |
| A | byte A. |
| B | byte B. |
| C | byte C. |
| D | byte D. |
| E | byte E. |
| F | byte F. |
Initialize the v256 with 32 bytes
| Parameter | Description |
|---|---|
| b | Splatted sbyte. |
Splat a single sbyte across the v256
| 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. |
| q | sbyte q. |
| r | sbyte r. |
| s | sbyte s. |
| t | sbyte t. |
| u | sbyte u. |
| v | sbyte v. |
| w | sbyte w. |
| x | sbyte x. |
| y | sbyte y. |
| z | sbyte z. |
| A | sbyte A. |
| B | sbyte B. |
| C | sbyte C. |
| D | sbyte D. |
| E | sbyte E. |
| F | sbyte F. |
Initialize the v256 with 32 sbytes
| Parameter | Description |
|---|---|
| v | Splatted short. |
Splat a single short across the v256
| 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. |
| i | short i. |
| j | short j. |
| k | short k. |
| l | short l. |
| m | short m. |
| n | short n. |
| o | short o. |
| p | short p. |
Initialize the v256 with 16 shorts
| Parameter | Description |
|---|---|
| v | Splatted ushort. |
Splat a single ushort across the v256
| 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. |
| i | ushort i. |
| j | ushort j. |
| k | ushort k. |
| l | ushort l. |
| m | ushort m. |
| n | ushort n. |
| o | ushort o. |
| p | ushort p. |
Initialize the v256 with 16 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. |
| i | f16 i. |
| j | f16 j. |
| k | f16 k. |
| l | f16 l. |
| m | f16 m. |
| n | f16 n. |
| o | f16 o. |
| p | f16 p. |
| v | Splatted int. |
Splat a single int across the v256
| Parameter | Description |
|---|---|
| a | int a. |
| b | int b. |
| c | int c. |
| d | int d. |
| e | int e. |
| f | int f. |
| g | int g. |
| h | int h. |
Initialize the v256 with 8 ints
| Parameter | Description |
|---|---|
| v | Splatted uint. |
Splat a single uint across the v256
| Parameter | Description |
|---|---|
| a | uint a. |
| b | uint b. |
| c | uint c. |
| d | uint d. |
| e | uint e. |
| f | uint f. |
| g | uint g. |
| h | uint h. |
Initialize the v256 with 8 uints
| Parameter | Description |
|---|---|
| f | Splatted float. |
Splat a single float across the v256
| Parameter | Description |
|---|---|
| a | float a. |
| b | float b. |
| c | float c. |
| d | float d. |
| e | float e. |
| f | float f. |
| g | float g. |
| h | float h. |
Initialize the v256 with 8 floats
| Parameter | Description |
|---|---|
| f | Splatted double. |
Splat a single double across the v256
| Parameter | Description |
|---|---|
| a | double a. |
| b | double b. |
| c | double c. |
| d | double d. |
Initialize the v256 with 4 doubles
| Parameter | Description |
|---|---|
| f | Splatted long. |
Splat a single long across the v256
| Parameter | Description |
|---|---|
| a | long a. |
| b | long b. |
| c | long c. |
| d | long d. |
Initialize the v256 with 4 longs
| Parameter | Description |
|---|---|
| f | Splatted ulong. |
Splat a single ulong across the v256
| Parameter | Description |
|---|---|
| a | ulong a. |
| b | ulong b. |
| c | ulong c. |
| d | ulong d. |
Initialize the v256 with 4 ulongs
| Parameter | Description |
|---|---|
| lo | Low half of v128. |
| hi | High half of v128. |
Initialize the v256 with 2 v128's