Sve.ShiftRightArithmetic Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| 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 págs, 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<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<Int16>, Vector<UInt64>) |
svint16_t svasr_wide[_s16]_m(svbool_t págs, svint16_t op1, svuint64_t op2) svint16_t svasr_wide[_s16]_x(svbool_t pág., 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<SByte>, Vector<UInt64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
Devoluções
Aplica-se a
ShiftRightArithmetic(Vector<SByte>, Vector<Byte>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
Devoluções
Aplica-se a
ShiftRightArithmetic(Vector<Int64>, Vector<UInt64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
Devoluções
Aplica-se a
ShiftRightArithmetic(Vector<Int32>, Vector<UInt64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint32_t svasr_wide[_s32]_m(svbool_t pg, svint32_t op1, svuint64_t op2)
svint32_t svasr_wide[_s32]_x(svbool_t págs, 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)
Parâmetros
Devoluções
Aplica-se a
ShiftRightArithmetic(Vector<Int32>, Vector<UInt32>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
Devoluções
Aplica-se a
ShiftRightArithmetic(Vector<Int16>, Vector<UInt64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint16_t svasr_wide[_s16]_m(svbool_t págs, svint16_t op1, svuint64_t op2)
svint16_t svasr_wide[_s16]_x(svbool_t pág., 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)
Parâmetros
Devoluções
Aplica-se a
ShiftRightArithmetic(Vector<Int16>, Vector<UInt16>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
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)