Sve2.ShiftArithmeticRounded 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
| ShiftArithmeticRounded(Vector<Int16>, Vector<Int16>) |
svint16_t svrshl[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2) SRSHL Ztied1.H, Pg/M, Ztied1.H, Zop2.H |
| ShiftArithmeticRounded(Vector<Int32>, Vector<Int32>) |
svint32_t svrshl[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2) SRSHL Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
| ShiftArithmeticRounded(Vector<Int64>, Vector<Int64>) |
svint64_t svrshl[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2) SRSHL Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
| ShiftArithmeticRounded(Vector<SByte>, Vector<SByte>) |
svint8_t svrshl[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2) SRSHL Ztied1.B, Pg/M, Ztied1.B, Zop2.B |
ShiftArithmeticRounded(Vector<Int16>, Vector<Int16>)
svint16_t svrshl[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2) SRSHL Ztied1.H, Pg/M, Ztied1.H, Zop2.H
public:
static System::Numerics::Vector<short> ShiftArithmeticRounded(System::Numerics::Vector<short> value, System::Numerics::Vector<short> count);
public static System.Numerics.Vector<short> ShiftArithmeticRounded(System.Numerics.Vector<short> value, System.Numerics.Vector<short> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of Short), count As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
ShiftArithmeticRounded(Vector<Int32>, Vector<Int32>)
svint32_t svrshl[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2) SRSHL Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<int> ShiftArithmeticRounded(System::Numerics::Vector<int> value, System::Numerics::Vector<int> count);
public static System.Numerics.Vector<int> ShiftArithmeticRounded(System.Numerics.Vector<int> value, System.Numerics.Vector<int> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of Integer), count As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
ShiftArithmeticRounded(Vector<Int64>, Vector<Int64>)
svint64_t svrshl[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2) SRSHL Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<long> ShiftArithmeticRounded(System::Numerics::Vector<long> value, System::Numerics::Vector<long> count);
public static System.Numerics.Vector<long> ShiftArithmeticRounded(System.Numerics.Vector<long> value, System.Numerics.Vector<long> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of Long), count As Vector(Of Long)) As Vector(Of Long)
Parameters
Returns
Applies to
ShiftArithmeticRounded(Vector<SByte>, Vector<SByte>)
svint8_t svrshl[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2) SRSHL Ztied1.B, Pg/M, Ztied1.B, Zop2.B
public:
static System::Numerics::Vector<System::SByte> ShiftArithmeticRounded(System::Numerics::Vector<System::SByte> value, System::Numerics::Vector<System::SByte> count);
public static System.Numerics.Vector<sbyte> ShiftArithmeticRounded(System.Numerics.Vector<sbyte> value, System.Numerics.Vector<sbyte> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of SByte), count As Vector(Of SByte)) As Vector(Of SByte)