Sve.ShiftRightArithmetic 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
ShiftRightArithmetic(Vector<SByte>, Vector<UInt64>) |
svint8_t svasr_wide[_s8]_m(svbool_t pg, svint8_t op1, svuint64_t op2) svint8_t svasr_wide[_s8]_x(svbool_t pg, svint8_t op1, svuint64_t op2) svint8_t svasr_wide[_s8]_z(svbool_t pg, svint8_t op1, svuint64_t op2) ASR Ztied1.B, Pg/M, Ztied1.B, Zop2.D |
ShiftRightArithmetic(Vector<SByte>, Vector<Byte>) |
svint8_t svasr[_s8]_m(svbool_t pg, svint8_t op1, svuint8_t op2) svint8_t svasr[_s8]_x(svbool_t pg, svint8_t op1, svuint8_t op2) svint8_t svasr[_s8]_z(svbool_t pg, svint8_t op1, svuint8_t op2) ASR Ztied1.B, Pg/M, Ztied1.B, Zop2.B |
ShiftRightArithmetic(Vector<Int64>, Vector<UInt64>) |
svint64_t svasr[_s64]_m(svbool_t pg, svint64_t op1, svuint64_t op2) svint64_t svasr[_s64]_x(svbool_t pg, svint64_t op1, svuint64_t op2) svint64_t svasr[_s64]_z(svbool_t pg, svint64_t op1, svuint64_t op2) ASR Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
ShiftRightArithmetic(Vector<Int32>, Vector<UInt64>) |
svint32_t svasr_wide[_s32]_m(svbool_t pg, svint32_t op1, svuint64_t op2) svint32_t svasr_wide[_s32]_x(svbool_t pg, svint32_t op1, svuint64_t op2) svint32_t svasr_wide[_s32]_z(svbool_t pg, svint32_t op1, svuint64_t op2) ASR Ztied1.S, Pg/M, Ztied1.S, Zop2.D |
ShiftRightArithmetic(Vector<Int16>, Vector<UInt64>) |
svint16_t svasr_wide[_s16]_m(svbool_t pg, svint16_t op1, svuint64_t op2) svint16_t svasr_wide[_s16]_x(svbool_t pg, svint16_t op1, svuint64_t op2) svint16_t svasr_wide[_s16]_z(svbool_t pg, svint16_t op1, svuint64_t op2) ASR Ztied1.H, Pg/M, Ztied1.H, Zop2.D |
ShiftRightArithmetic(Vector<Int16>, Vector<UInt16>) |
svint16_t svasr[_s16]_m(svbool_t pg, svint16_t op1, svuint16_t op2) svint16_t svasr[_s16]_x(svbool_t pg, svint16_t op1, svuint16_t op2) svint16_t svasr[_s16]_z(svbool_t pg, svint16_t op1, svuint16_t op2) ASR Ztied1.H, Pg/M, Ztied1.H, Zop2.H |
ShiftRightArithmetic(Vector<Int32>, Vector<UInt32>) |
svint32_t svasr[_s32]_m(svbool_t pg, svint32_t op1, svuint32_t op2) svint32_t svasr[_s32]_x(svbool_t pg, svint32_t op1, svuint32_t op2) svint32_t svasr[_s32]_z(svbool_t pg, svint32_t op1, svuint32_t op2) ASR Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
ShiftRightArithmetic(Vector<SByte>, Vector<UInt64>)
svint8_t svasr_wide[_s8]_m(svbool_t pg, svint8_t op1, svuint64_t op2)
svint8_t svasr_wide[_s8]_x(svbool_t pg, svint8_t op1, svuint64_t op2)
svint8_t svasr_wide[_s8]_z(svbool_t pg, svint8_t op1, svuint64_t op2)
ASR Ztied1.B, Pg/M, Ztied1.B, Zop2.D
public:
static System::Numerics::Vector<System::SByte> ShiftRightArithmetic(System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<sbyte> ShiftRightArithmetic (System.Numerics.Vector<sbyte> left, System.Numerics.Vector<ulong> right);
static member ShiftRightArithmetic : System.Numerics.Vector<sbyte> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<sbyte>
Public Shared Function ShiftRightArithmetic (left As Vector(Of SByte), right As Vector(Of ULong)) As Vector(Of SByte)
Parameters
Returns
Applies to
ShiftRightArithmetic(Vector<SByte>, Vector<Byte>)
svint8_t svasr[_s8]_m(svbool_t pg, svint8_t op1, svuint8_t op2)
svint8_t svasr[_s8]_x(svbool_t pg, svint8_t op1, svuint8_t op2)
svint8_t svasr[_s8]_z(svbool_t pg, svint8_t op1, svuint8_t op2)
ASR Ztied1.B, Pg/M, Ztied1.B, Zop2.B
public:
static System::Numerics::Vector<System::SByte> ShiftRightArithmetic(System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::Byte> right);
public static System.Numerics.Vector<sbyte> ShiftRightArithmetic (System.Numerics.Vector<sbyte> left, System.Numerics.Vector<byte> right);
static member ShiftRightArithmetic : System.Numerics.Vector<sbyte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<sbyte>
Public Shared Function ShiftRightArithmetic (left As Vector(Of SByte), right As Vector(Of Byte)) As Vector(Of SByte)
Parameters
Returns
Applies to
ShiftRightArithmetic(Vector<Int64>, Vector<UInt64>)
svint64_t svasr[_s64]_m(svbool_t pg, svint64_t op1, svuint64_t op2)
svint64_t svasr[_s64]_x(svbool_t pg, svint64_t op1, svuint64_t op2)
svint64_t svasr[_s64]_z(svbool_t pg, svint64_t op1, svuint64_t op2)
ASR Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<long> ShiftRightArithmetic(System::Numerics::Vector<long> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<long> ShiftRightArithmetic (System.Numerics.Vector<long> left, System.Numerics.Vector<ulong> right);
static member ShiftRightArithmetic : System.Numerics.Vector<int64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int64>
Public Shared Function ShiftRightArithmetic (left As Vector(Of Long), right As Vector(Of ULong)) As Vector(Of Long)
Parameters
Returns
Applies to
ShiftRightArithmetic(Vector<Int32>, Vector<UInt64>)
svint32_t svasr_wide[_s32]_m(svbool_t pg, svint32_t op1, svuint64_t op2)
svint32_t svasr_wide[_s32]_x(svbool_t pg, svint32_t op1, svuint64_t op2)
svint32_t svasr_wide[_s32]_z(svbool_t pg, svint32_t op1, svuint64_t op2)
ASR Ztied1.S, Pg/M, Ztied1.S, Zop2.D
public:
static System::Numerics::Vector<int> ShiftRightArithmetic(System::Numerics::Vector<int> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<int> ShiftRightArithmetic (System.Numerics.Vector<int> left, System.Numerics.Vector<ulong> right);
static member ShiftRightArithmetic : System.Numerics.Vector<int> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int>
Public Shared Function ShiftRightArithmetic (left As Vector(Of Integer), right As Vector(Of ULong)) As Vector(Of Integer)
Parameters
Returns
Applies to
ShiftRightArithmetic(Vector<Int16>, Vector<UInt64>)
svint16_t svasr_wide[_s16]_m(svbool_t pg, svint16_t op1, svuint64_t op2)
svint16_t svasr_wide[_s16]_x(svbool_t pg, svint16_t op1, svuint64_t op2)
svint16_t svasr_wide[_s16]_z(svbool_t pg, svint16_t op1, svuint64_t op2)
ASR Ztied1.H, Pg/M, Ztied1.H, Zop2.D
public:
static System::Numerics::Vector<short> ShiftRightArithmetic(System::Numerics::Vector<short> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<short> ShiftRightArithmetic (System.Numerics.Vector<short> left, System.Numerics.Vector<ulong> right);
static member ShiftRightArithmetic : System.Numerics.Vector<int16> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int16>
Public Shared Function ShiftRightArithmetic (left As Vector(Of Short), right As Vector(Of ULong)) As Vector(Of Short)
Parameters
Returns
Applies to
ShiftRightArithmetic(Vector<Int16>, Vector<UInt16>)
svint16_t svasr[_s16]_m(svbool_t pg, svint16_t op1, svuint16_t op2)
svint16_t svasr[_s16]_x(svbool_t pg, svint16_t op1, svuint16_t op2)
svint16_t svasr[_s16]_z(svbool_t pg, svint16_t op1, svuint16_t op2)
ASR Ztied1.H, Pg/M, Ztied1.H, Zop2.H
public:
static System::Numerics::Vector<short> ShiftRightArithmetic(System::Numerics::Vector<short> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<short> ShiftRightArithmetic (System.Numerics.Vector<short> left, System.Numerics.Vector<ushort> right);
static member ShiftRightArithmetic : System.Numerics.Vector<int16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<int16>
Public Shared Function ShiftRightArithmetic (left As Vector(Of Short), right As Vector(Of UShort)) As Vector(Of Short)
Parameters
Returns
Applies to
ShiftRightArithmetic(Vector<Int32>, Vector<UInt32>)
svint32_t svasr[_s32]_m(svbool_t pg, svint32_t op1, svuint32_t op2)
svint32_t svasr[_s32]_x(svbool_t pg, svint32_t op1, svuint32_t op2)
svint32_t svasr[_s32]_z(svbool_t pg, svint32_t op1, svuint32_t op2)
ASR Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<int> ShiftRightArithmetic(System::Numerics::Vector<int> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<int> ShiftRightArithmetic (System.Numerics.Vector<int> left, System.Numerics.Vector<uint> right);
static member ShiftRightArithmetic : System.Numerics.Vector<int> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<int>
Public Shared Function ShiftRightArithmetic (left As Vector(Of Integer), right As Vector(Of UInteger)) As Vector(Of Integer)