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