Sve.DotProductBySelectedScalar 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
DotProductBySelectedScalar(Vector<UInt64>, Vector<UInt16>, Vector<UInt16>, Byte) |
svuint64_t svdot_lane[_u64](svuint64_t op1, svuint16_t op2, svuint16_t op3, uint64_t imm_index) UDOT Ztied1.D, Zop2.H, Zop3.H[imm_index] |
DotProductBySelectedScalar(Vector<UInt32>, Vector<Byte>, Vector<Byte>, Byte) |
svuint32_t svdot_lane[_u32](svuint32_t op1, svuint8_t op2, svuint8_t op3, uint64_t imm_index) UDOT Ztied1.S, Zop2.B, Zop3.B[imm_index] |
DotProductBySelectedScalar(Vector<Int32>, Vector<SByte>, Vector<SByte>, Byte) |
svint32_t svdot_lane[_s32](svint32_t op1, svint8_t op2, svint8_t op3, uint64_t imm_index) SDOT Ztied1.S, Zop2.B, Zop3.B[imm_index] |
DotProductBySelectedScalar(Vector<Int64>, Vector<Int16>, Vector<Int16>, Byte) |
svint64_t svdot_lane[_s64](svint64_t op1, svint16_t op2, svint16_t op3, uint64_t imm_index) SDOT Ztied1.D, Zop2.H, Zop3.H[imm_index] |
DotProductBySelectedScalar(Vector<UInt64>, Vector<UInt16>, Vector<UInt16>, Byte)
svuint64_t svdot_lane[_u64](svuint64_t op1, svuint16_t op2, svuint16_t op3, uint64_t imm_index)
UDOT Ztied1.D, Zop2.H, Zop3.H[imm_index]
public:
static System::Numerics::Vector<System::UInt64> DotProductBySelectedScalar(System::Numerics::Vector<System::UInt64> addend, System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right, System::Byte rightIndex);
public static System.Numerics.Vector<ulong> DotProductBySelectedScalar (System.Numerics.Vector<ulong> addend, System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> * byte -> System.Numerics.Vector<uint64>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of ULong), left As Vector(Of UShort), right As Vector(Of UShort), rightIndex As Byte) As Vector(Of ULong)
Parameters
- rightIndex
- Byte
Returns
Applies to
DotProductBySelectedScalar(Vector<UInt32>, Vector<Byte>, Vector<Byte>, Byte)
svuint32_t svdot_lane[_u32](svuint32_t op1, svuint8_t op2, svuint8_t op3, uint64_t imm_index)
UDOT Ztied1.S, Zop2.B, Zop3.B[imm_index]
public:
static System::Numerics::Vector<System::UInt32> DotProductBySelectedScalar(System::Numerics::Vector<System::UInt32> addend, System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right, System::Byte rightIndex);
public static System.Numerics.Vector<uint> DotProductBySelectedScalar (System.Numerics.Vector<uint> addend, System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<uint32> * System.Numerics.Vector<byte> * System.Numerics.Vector<byte> * byte -> System.Numerics.Vector<uint32>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of UInteger), left As Vector(Of Byte), right As Vector(Of Byte), rightIndex As Byte) As Vector(Of UInteger)
Parameters
- rightIndex
- Byte
Returns
Applies to
DotProductBySelectedScalar(Vector<Int32>, Vector<SByte>, Vector<SByte>, Byte)
svint32_t svdot_lane[_s32](svint32_t op1, svint8_t op2, svint8_t op3, uint64_t imm_index)
SDOT Ztied1.S, Zop2.B, Zop3.B[imm_index]
public:
static System::Numerics::Vector<int> DotProductBySelectedScalar(System::Numerics::Vector<int> addend, System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::SByte> right, System::Byte rightIndex);
public static System.Numerics.Vector<int> DotProductBySelectedScalar (System.Numerics.Vector<int> addend, System.Numerics.Vector<sbyte> left, System.Numerics.Vector<sbyte> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<int> * System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * byte -> System.Numerics.Vector<int>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of Integer), left As Vector(Of SByte), right As Vector(Of SByte), rightIndex As Byte) As Vector(Of Integer)
Parameters
- rightIndex
- Byte
Returns
Applies to
DotProductBySelectedScalar(Vector<Int64>, Vector<Int16>, Vector<Int16>, Byte)
svint64_t svdot_lane[_s64](svint64_t op1, svint16_t op2, svint16_t op3, uint64_t imm_index)
SDOT Ztied1.D, Zop2.H, Zop3.H[imm_index]
public:
static System::Numerics::Vector<long> DotProductBySelectedScalar(System::Numerics::Vector<long> addend, System::Numerics::Vector<short> left, System::Numerics::Vector<short> right, System::Byte rightIndex);
public static System.Numerics.Vector<long> DotProductBySelectedScalar (System.Numerics.Vector<long> addend, System.Numerics.Vector<short> left, System.Numerics.Vector<short> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<int64> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * byte -> System.Numerics.Vector<int64>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of Long), left As Vector(Of Short), right As Vector(Of Short), rightIndex As Byte) As Vector(Of Long)
Parameters
- rightIndex
- Byte