Sve2.ShiftRightArithmeticRounded Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ShiftRightArithmeticRounded(Vector<Int64>, Byte) |
svint64_t svrshr[_n_s64]_m(svbool_t pg, svint64_t op1, uint64_t imm2) SRSHR Ztied1.D, Pg/M, Ztied1.D, #imm2 |
| ShiftRightArithmeticRounded(Vector<SByte>, Byte) |
svint8_t svrshr[_n_s8]_m(svbool_t pg, svint8_t op1, uint64_t imm2) SRSHR Ztied1.B, Pg/M, Ztied1.B, #imm2 |
| ShiftRightArithmeticRounded(Vector<Int16>, Byte) |
svint16_t svrshr[_n_s16]_m(svbool_t pg, svint16_t op1, uint64_t imm2) SRSHR Ztied1.H, Pg/M, Ztied1.H, #imm2 |
| ShiftRightArithmeticRounded(Vector<Int32>, Byte) |
svint32_t svrshr[_n_s32]_m(svbool_t pg, svint32_t op1, uint64_t imm2) SRSHR Ztied1.S, Pg/M, Ztied1.S, #imm2 |
ShiftRightArithmeticRounded(Vector<Int64>, Byte)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint64_t svrshr[_n_s64]_m(svbool_t pg, svint64_t op1, uint64_t imm2) SRSHR Ztied1.D, Pg/M, Ztied1.D, #imm2
public:
static System::Numerics::Vector<long> ShiftRightArithmeticRounded(System::Numerics::Vector<long> value, System::Byte count);
public static System.Numerics.Vector<long> ShiftRightArithmeticRounded(System.Numerics.Vector<long> value, byte count);
static member ShiftRightArithmeticRounded : System.Numerics.Vector<int64> * byte -> System.Numerics.Vector<int64>
Public Shared Function ShiftRightArithmeticRounded (value As Vector(Of Long), count As Byte) As Vector(Of Long)
Parameter
- count
- Byte
Gibt zurück
Gilt für:
ShiftRightArithmeticRounded(Vector<SByte>, Byte)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint8_t svrshr[_n_s8]_m(svbool_t pg, svint8_t op1, uint64_t imm2) SRSHR Ztied1.B, Pg/M, Ztied1.B, #imm2
public:
static System::Numerics::Vector<System::SByte> ShiftRightArithmeticRounded(System::Numerics::Vector<System::SByte> value, System::Byte count);
public static System.Numerics.Vector<sbyte> ShiftRightArithmeticRounded(System.Numerics.Vector<sbyte> value, byte count);
static member ShiftRightArithmeticRounded : System.Numerics.Vector<sbyte> * byte -> System.Numerics.Vector<sbyte>
Public Shared Function ShiftRightArithmeticRounded (value As Vector(Of SByte), count As Byte) As Vector(Of SByte)
Parameter
- count
- Byte
Gibt zurück
Gilt für:
ShiftRightArithmeticRounded(Vector<Int16>, Byte)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint16_t svrshr[_n_s16]_m(svbool_t pg, svint16_t op1, uint64_t imm2) SRSHR Ztied1.H, Pg/M, Ztied1.H, #imm2
public:
static System::Numerics::Vector<short> ShiftRightArithmeticRounded(System::Numerics::Vector<short> value, System::Byte count);
public static System.Numerics.Vector<short> ShiftRightArithmeticRounded(System.Numerics.Vector<short> value, byte count);
static member ShiftRightArithmeticRounded : System.Numerics.Vector<int16> * byte -> System.Numerics.Vector<int16>
Public Shared Function ShiftRightArithmeticRounded (value As Vector(Of Short), count As Byte) As Vector(Of Short)
Parameter
- count
- Byte
Gibt zurück
Gilt für:
ShiftRightArithmeticRounded(Vector<Int32>, Byte)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint32_t svrshr[_n_s32]_m(svbool_t pg, svint32_t op1, uint64_t imm2) SRSHR Ztied1.S, Pg/M, Ztied1.S, #imm2
public:
static System::Numerics::Vector<int> ShiftRightArithmeticRounded(System::Numerics::Vector<int> value, System::Byte count);
public static System.Numerics.Vector<int> ShiftRightArithmeticRounded(System.Numerics.Vector<int> value, byte count);
static member ShiftRightArithmeticRounded : System.Numerics.Vector<int> * byte -> System.Numerics.Vector<int>
Public Shared Function ShiftRightArithmeticRounded (value As Vector(Of Integer), count As Byte) As Vector(Of Integer)
Parameter
- count
- Byte