Redigera

Dela via


Sve2.DotProductRotateComplexBySelectedIndex Method

Definition

Overloads

DotProductRotateComplexBySelectedIndex(Vector<Int32>, Vector<SByte>, Vector<SByte>, Byte, Byte)

svint32_t svcdot_lane[_s32](svint32_t op1, svint8_t op2, svint8_t op3, uint64_t imm_index, uint64_t imm_rotation) CDOT Ztied1.S, Zop2.B, Zop3.B[imm_index], #imm_rotation

DotProductRotateComplexBySelectedIndex(Vector<Int64>, Vector<Int16>, Vector<Int16>, Byte, Byte)

svint64_t svcdot_lane[_s64](svint64_t op1, svint16_t op2, svint16_t op3, uint64_t imm_index, uint64_t imm_rotation) CDOT Ztied1.D, Zop2.H, Zop3.H[imm_index], #imm_rotation

DotProductRotateComplexBySelectedIndex(Vector<Int32>, Vector<SByte>, Vector<SByte>, Byte, Byte)

svint32_t svcdot_lane[_s32](svint32_t op1, svint8_t op2, svint8_t op3, uint64_t imm_index, uint64_t imm_rotation) CDOT Ztied1.S, Zop2.B, Zop3.B[imm_index], #imm_rotation

public:
 static System::Numerics::Vector<int> DotProductRotateComplexBySelectedIndex(System::Numerics::Vector<int> op1, System::Numerics::Vector<System::SByte> op2, System::Numerics::Vector<System::SByte> op3, System::Byte imm_index, System::Byte rotation);
public static System.Numerics.Vector<int> DotProductRotateComplexBySelectedIndex(System.Numerics.Vector<int> op1, System.Numerics.Vector<sbyte> op2, System.Numerics.Vector<sbyte> op3, byte imm_index, byte rotation);
static member DotProductRotateComplexBySelectedIndex : System.Numerics.Vector<int> * System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * byte * byte -> System.Numerics.Vector<int>
Public Shared Function DotProductRotateComplexBySelectedIndex (op1 As Vector(Of Integer), op2 As Vector(Of SByte), op3 As Vector(Of SByte), imm_index As Byte, rotation As Byte) As Vector(Of Integer)

Parameters

op1
Vector<Int32>
op2
Vector<SByte>
op3
Vector<SByte>
imm_index
Byte
rotation
Byte

Returns

Applies to

DotProductRotateComplexBySelectedIndex(Vector<Int64>, Vector<Int16>, Vector<Int16>, Byte, Byte)

svint64_t svcdot_lane[_s64](svint64_t op1, svint16_t op2, svint16_t op3, uint64_t imm_index, uint64_t imm_rotation) CDOT Ztied1.D, Zop2.H, Zop3.H[imm_index], #imm_rotation

public:
 static System::Numerics::Vector<long> DotProductRotateComplexBySelectedIndex(System::Numerics::Vector<long> op1, System::Numerics::Vector<short> op2, System::Numerics::Vector<short> op3, System::Byte imm_index, System::Byte rotation);
public static System.Numerics.Vector<long> DotProductRotateComplexBySelectedIndex(System.Numerics.Vector<long> op1, System.Numerics.Vector<short> op2, System.Numerics.Vector<short> op3, byte imm_index, byte rotation);
static member DotProductRotateComplexBySelectedIndex : System.Numerics.Vector<int64> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * byte * byte -> System.Numerics.Vector<int64>
Public Shared Function DotProductRotateComplexBySelectedIndex (op1 As Vector(Of Long), op2 As Vector(Of Short), op3 As Vector(Of Short), imm_index As Byte, rotation As Byte) As Vector(Of Long)

Parameters

op1
Vector<Int64>
op2
Vector<Int16>
op3
Vector<Int16>
imm_index
Byte
rotation
Byte

Returns

Applies to