Table of Contents

Method YShuffleX3Insert_Args

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

YShuffleX3Insert_Args(Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<sbyte> indices, out Vector128<sbyte> args0, out Vector128<sbyte> args1, out Vector128<sbyte> args2, out Vector128<sbyte> args3, out Vector128<sbyte> args4)

Parameters

indices Vector128<sbyte>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<sbyte>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<sbyte>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<sbyte>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<sbyte>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<sbyte>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also

YShuffleX3Insert_Args(Vector128<byte>, out Vector128<byte>, out Vector128<byte>, out Vector128<byte>, out Vector128<byte>, out Vector128<byte>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<byte> indices, out Vector128<byte> args0, out Vector128<byte> args1, out Vector128<byte> args2, out Vector128<byte> args3, out Vector128<byte> args4)

Parameters

indices Vector128<byte>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<byte>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<byte>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<byte>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<byte>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<byte>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also

YShuffleX3Insert_Args(Vector128<short>, out Vector128<short>, out Vector128<short>, out Vector128<short>, out Vector128<short>, out Vector128<short>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<short> indices, out Vector128<short> args0, out Vector128<short> args1, out Vector128<short> args2, out Vector128<short> args3, out Vector128<short> args4)

Parameters

indices Vector128<short>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<short>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<short>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<short>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<short>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<short>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also

YShuffleX3Insert_Args(Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<ushort> indices, out Vector128<ushort> args0, out Vector128<ushort> args1, out Vector128<ushort> args2, out Vector128<ushort> args3, out Vector128<ushort> args4)

Parameters

indices Vector128<ushort>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<ushort>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<ushort>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<ushort>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<ushort>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<ushort>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also

YShuffleX3Insert_Args(Vector128<int>, out Vector128<int>, out Vector128<int>, out Vector128<int>, out Vector128<int>, out Vector128<int>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<int> indices, out Vector128<int> args0, out Vector128<int> args1, out Vector128<int> args2, out Vector128<int> args3, out Vector128<int> args4)

Parameters

indices Vector128<int>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<int>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<int>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<int>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<int>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<int>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also

YShuffleX3Insert_Args(Vector128<uint>, out Vector128<uint>, out Vector128<uint>, out Vector128<uint>, out Vector128<uint>, out Vector128<uint>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<uint> indices, out Vector128<uint> args0, out Vector128<uint> args1, out Vector128<uint> args2, out Vector128<uint> args3, out Vector128<uint> args4)

Parameters

indices Vector128<uint>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<uint>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<uint>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<uint>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<uint>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<uint>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also

YShuffleX3Insert_Args(Vector128<long>, out Vector128<long>, out Vector128<long>, out Vector128<long>, out Vector128<long>, out Vector128<long>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<long> indices, out Vector128<long> args0, out Vector128<long> args1, out Vector128<long> args2, out Vector128<long> args3, out Vector128<long> args4)

Parameters

indices Vector128<long>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<long>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<long>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<long>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<long>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<long>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also

YShuffleX3Insert_Args(Vector128<ulong>, out Vector128<ulong>, out Vector128<ulong>, out Vector128<ulong>, out Vector128<ulong>, out Vector128<ulong>)

Arguments calculation for shuffle and insert on 3 vectors (在3个向量上进行换位并插入的参数计算). Provide arguments for YShuffleX3Insert_Core (为 YShuffleX3Insert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素). Mnemonic: rt[i] := (0<=indices[i] && indices[i]<(Count*3))?( element_ref(indices[i], vector0, vector1, vector2) ):back[i].

void YShuffleX3Insert_Args(Vector128<ulong> indices, out Vector128<ulong> args0, out Vector128<ulong> args1, out Vector128<ulong> args2, out Vector128<ulong> args3, out Vector128<ulong> args4)

Parameters

indices Vector128<ulong>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector128<ulong>

Arguments 0 (参数0). Used for YShuffleX3Insert_Core .

args1 Vector128<ulong>

Arguments 1 (参数1). Used for YShuffleX3Insert_Core .

args2 Vector128<ulong>

Arguments 2 (参数2). Used for YShuffleX3Insert_Core .

args3 Vector128<ulong>

Arguments 3 (参数3). Used for YShuffleX3Insert_Core .

args4 Vector128<ulong>

Arguments 4 (参数4). Used for YShuffleX3Insert_Core .

See Also