Sve2.DotProductRotateComplexBySelectedIndex Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- imm_index
- Byte
- rotation
- Byte