Method YGroup3UnzipX2_Zip
- Namespace
- Zyl.VectorTraits.Impl.AVector128
- Assembly
- VectorTraits.dll
YGroup3UnzipX2_Zip(Vector128<float>, Vector128<float>, Vector128<float>, Vector128<float>, Vector128<float>, Vector128<float>, out Vector128<float>, out Vector128<float>, out Vector128<float>, out Vector128<float>, out Vector128<float>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
public static Vector128<float> YGroup3UnzipX2_Zip(Vector128<float> data0, Vector128<float> data1, Vector128<float> data2, Vector128<float> data3, Vector128<float> data4, Vector128<float> data5, out Vector128<float> xB, out Vector128<float> y, out Vector128<float> yB, out Vector128<float> z, out Vector128<float> zB)
Parameters
data0
Vector128<float>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector128<float>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector128<float>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector128<float>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector128<float>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector128<float>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector128<float>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector128<float>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector128<float>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector128<float>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector128<float>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2_Zip(Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>, out Vector128<sbyte>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
[CLSCompliant(false)]
public static Vector128<sbyte> YGroup3UnzipX2_Zip(Vector128<sbyte> data0, Vector128<sbyte> data1, Vector128<sbyte> data2, Vector128<sbyte> data3, Vector128<sbyte> data4, Vector128<sbyte> data5, out Vector128<sbyte> xB, out Vector128<sbyte> y, out Vector128<sbyte> yB, out Vector128<sbyte> z, out Vector128<sbyte> zB)
Parameters
data0
Vector128<sbyte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector128<sbyte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector128<sbyte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector128<sbyte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector128<sbyte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector128<sbyte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector128<sbyte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector128<sbyte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector128<sbyte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector128<sbyte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector128<sbyte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2_Zip(Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>, out Vector128<byte>, out Vector128<byte>, out Vector128<byte>, out Vector128<byte>, out Vector128<byte>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
public static Vector128<byte> YGroup3UnzipX2_Zip(Vector128<byte> data0, Vector128<byte> data1, Vector128<byte> data2, Vector128<byte> data3, Vector128<byte> data4, Vector128<byte> data5, out Vector128<byte> xB, out Vector128<byte> y, out Vector128<byte> yB, out Vector128<byte> z, out Vector128<byte> zB)
Parameters
data0
Vector128<byte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector128<byte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector128<byte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector128<byte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector128<byte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector128<byte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector128<byte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector128<byte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector128<byte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector128<byte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector128<byte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2_Zip(Vector128<short>, Vector128<short>, Vector128<short>, Vector128<short>, Vector128<short>, Vector128<short>, out Vector128<short>, out Vector128<short>, out Vector128<short>, out Vector128<short>, out Vector128<short>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
public static Vector128<short> YGroup3UnzipX2_Zip(Vector128<short> data0, Vector128<short> data1, Vector128<short> data2, Vector128<short> data3, Vector128<short> data4, Vector128<short> data5, out Vector128<short> xB, out Vector128<short> y, out Vector128<short> yB, out Vector128<short> z, out Vector128<short> zB)
Parameters
data0
Vector128<short>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector128<short>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector128<short>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector128<short>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector128<short>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector128<short>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector128<short>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector128<short>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector128<short>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector128<short>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector128<short>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2_Zip(Vector128<ushort>, Vector128<ushort>, Vector128<ushort>, Vector128<ushort>, Vector128<ushort>, Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>, out Vector128<ushort>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
[CLSCompliant(false)]
public static Vector128<ushort> YGroup3UnzipX2_Zip(Vector128<ushort> data0, Vector128<ushort> data1, Vector128<ushort> data2, Vector128<ushort> data3, Vector128<ushort> data4, Vector128<ushort> data5, out Vector128<ushort> xB, out Vector128<ushort> y, out Vector128<ushort> yB, out Vector128<ushort> z, out Vector128<ushort> zB)
Parameters
data0
Vector128<ushort>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector128<ushort>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector128<ushort>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector128<ushort>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector128<ushort>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector128<ushort>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector128<ushort>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector128<ushort>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector128<ushort>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector128<ushort>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector128<ushort>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2_Zip(Vector128<int>, Vector128<int>, Vector128<int>, Vector128<int>, Vector128<int>, Vector128<int>, out Vector128<int>, out Vector128<int>, out Vector128<int>, out Vector128<int>, out Vector128<int>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
public static Vector128<int> YGroup3UnzipX2_Zip(Vector128<int> data0, Vector128<int> data1, Vector128<int> data2, Vector128<int> data3, Vector128<int> data4, Vector128<int> data5, out Vector128<int> xB, out Vector128<int> y, out Vector128<int> yB, out Vector128<int> z, out Vector128<int> zB)
Parameters
data0
Vector128<int>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector128<int>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector128<int>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector128<int>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector128<int>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector128<int>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector128<int>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector128<int>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector128<int>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector128<int>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector128<int>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2_Zip(Vector128<uint>, Vector128<uint>, Vector128<uint>, Vector128<uint>, Vector128<uint>, Vector128<uint>, out Vector128<uint>, out Vector128<uint>, out Vector128<uint>, out Vector128<uint>, out Vector128<uint>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
[CLSCompliant(false)]
public static Vector128<uint> YGroup3UnzipX2_Zip(Vector128<uint> data0, Vector128<uint> data1, Vector128<uint> data2, Vector128<uint> data3, Vector128<uint> data4, Vector128<uint> data5, out Vector128<uint> xB, out Vector128<uint> y, out Vector128<uint> yB, out Vector128<uint> z, out Vector128<uint> zB)
Parameters
data0
Vector128<uint>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector128<uint>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector128<uint>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector128<uint>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector128<uint>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector128<uint>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector128<uint>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector128<uint>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector128<uint>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector128<uint>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector128<uint>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also