Sve.ShiftRightLogical 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 |
|---|---|
| ShiftRightLogical(Vector<UInt32>, Vector<UInt64>) |
svuint32_t svlsr_wide[_u32]_m(svbool_t pg, svuint32_t op1, svuint64_t op2) svuint32_t svlsr_wide[_u32]_x(svbool_t pg, svuint32_t op1, svuint64_t op2) svuint32_t svlsr_wide[_u32]_z(svbool_t pg, svuint32_t op1, svuint64_t op2) LSR Ztied1.S, Pg/M, Ztied1.S, Zop2.D |
| ShiftRightLogical(Vector<UInt64>, Vector<UInt64>) |
svuint64_t svlsr[_u64]_m(svbool_t pg, svuint64_t op1, svuint64_t op2) svuint64_t svlsr[_u64]_x(svbool_t pg, svuint64_t op1, svuint64_t op2) svuint64_t svlsr[_u64]_z(svbool_t pg, svuint64_t op1, svuint64_t op2) LSR Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
| ShiftRightLogical(Vector<UInt32>, Vector<UInt32>) |
svuint32_t svlsr[_u32]_m(svbool_t pg, svuint32_t op1, svuint32_t op2) svuint32_t svlsr[_u32]_x(svbool_t pg, svuint32_t op1, svuint32_t op2) svuint32_t svlsr[_u32]_z(svbool_t pg, svuint32_t op1, svuint32_t op2) LSR Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
| ShiftRightLogical(Vector<Byte>, Vector<Byte>) |
svuint8_t svlsr[_u8]_m(svbool_t pg, svuint8_t op1, svuint8_t op2) svuint8_t svlsr[_u8]_x(svbool_t pg, svuint8_t op1, svuint8_t op2) svuint8_t svlsr[_u8]_z(svbool_t pg, svuint8_t op1, svuint8_t op2) LSR Ztied1.B, Pg/M, Ztied1.B, Zop2.B |
| ShiftRightLogical(Vector<UInt16>, Vector<UInt16>) |
svuint16_t svlsr[_u16]_m(svbool_t pg, svuint16_t op1, svuint16_t op2) svuint16_t svlsr[_u16]_x(svbool_t pg, svuint16_t op1, svuint16_t op2) svuint16_t svlsr[_u16]_z(svbool_t pg, svuint16_t op1, svuint16_t op2) LSR Ztied1.H, Pg/M, Ztied1.H, Zop2.H |
| ShiftRightLogical(Vector<Byte>, Vector<UInt64>) |
svuint8_t svlsr_wide[_u8]_m(svbool_t pg, svuint8_t op1, svuint64_t op2) svuint8_t svlsr_wide[_u8]_x(svbool_t pg, svuint8_t op1, svuint64_t op2) svuint8_t svlsr_wide[_u8]_z(svbool_t pg, svuint8_t op1, svuint64_t op2) LSR Ztied1.B, Pg/M, Ztied1.B, Zop2.D |
| ShiftRightLogical(Vector<UInt16>, Vector<UInt64>) |
svuint16_t svlsr_wide[_u16]_m(svbool_t pg, svuint16_t op1, svuint64_t op2) svuint16_t svlsr_wide[_u16]_x(svbool_t pg, svuint16_t op1, svuint64_t op2) svuint16_t svlsr_wide[_u16]_z(svbool_t pg, svuint16_t op1, svuint64_t op2) LSR Ztied1.H, Pg/M, Ztied1.H, Zop2.D |
ShiftRightLogical(Vector<UInt32>, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint32_t svlsr_wide[_u32]_m(svbool_t pg, svuint32_t op1, svuint64_t op2)
svuint32_t svlsr_wide[_u32]_x(svbool_t pg, svuint32_t op1, svuint64_t op2)
svuint32_t svlsr_wide[_u32]_z(svbool_t pg, svuint32_t op1, svuint64_t op2)
LSR Ztied1.S, Pg/M, Ztied1.S, Zop2.D
public:
static System::Numerics::Vector<System::UInt32> ShiftRightLogical(System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<uint> ShiftRightLogical(System.Numerics.Vector<uint> left, System.Numerics.Vector<ulong> right);
static member ShiftRightLogical : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint32>
Public Shared Function ShiftRightLogical (left As Vector(Of UInteger), right As Vector(Of ULong)) As Vector(Of UInteger)
Parameter
Gibt zurück
Gilt für:
ShiftRightLogical(Vector<UInt64>, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint64_t svlsr[_u64]_m(svbool_t pg, svuint64_t op1, svuint64_t op2)
svuint64_t svlsr[_u64]_x(svbool_t pg, svuint64_t op1, svuint64_t op2)
svuint64_t svlsr[_u64]_z(svbool_t pg, svuint64_t op1, svuint64_t op2)
LSR Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt64> ShiftRightLogical(System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<ulong> ShiftRightLogical(System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member ShiftRightLogical : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ShiftRightLogical (left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of ULong)
Parameter
Gibt zurück
Gilt für:
ShiftRightLogical(Vector<UInt32>, Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint32_t svlsr[_u32]_m(svbool_t pg, svuint32_t op1, svuint32_t op2)
svuint32_t svlsr[_u32]_x(svbool_t pg, svuint32_t op1, svuint32_t op2)
svuint32_t svlsr[_u32]_z(svbool_t pg, svuint32_t op1, svuint32_t op2)
LSR Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt32> ShiftRightLogical(System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<uint> ShiftRightLogical(System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member ShiftRightLogical : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ShiftRightLogical (left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UInteger)
Parameter
Gibt zurück
Gilt für:
ShiftRightLogical(Vector<Byte>, Vector<Byte>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint8_t svlsr[_u8]_m(svbool_t pg, svuint8_t op1, svuint8_t op2)
svuint8_t svlsr[_u8]_x(svbool_t pg, svuint8_t op1, svuint8_t op2)
svuint8_t svlsr[_u8]_z(svbool_t pg, svuint8_t op1, svuint8_t op2)
LSR Ztied1.B, Pg/M, Ztied1.B, Zop2.B
public:
static System::Numerics::Vector<System::Byte> ShiftRightLogical(System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right);
public static System.Numerics.Vector<byte> ShiftRightLogical(System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right);
static member ShiftRightLogical : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function ShiftRightLogical (left As Vector(Of Byte), right As Vector(Of Byte)) As Vector(Of Byte)
Parameter
Gibt zurück
Gilt für:
ShiftRightLogical(Vector<UInt16>, Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint16_t svlsr[_u16]_m(svbool_t pg, svuint16_t op1, svuint16_t op2)
svuint16_t svlsr[_u16]_x(svbool_t pg, svuint16_t op1, svuint16_t op2)
svuint16_t svlsr[_u16]_z(svbool_t pg, svuint16_t op1, svuint16_t op2)
LSR Ztied1.H, Pg/M, Ztied1.H, Zop2.H
public:
static System::Numerics::Vector<System::UInt16> ShiftRightLogical(System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<ushort> ShiftRightLogical(System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member ShiftRightLogical : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function ShiftRightLogical (left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of UShort)
Parameter
Gibt zurück
Gilt für:
ShiftRightLogical(Vector<Byte>, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint8_t svlsr_wide[_u8]_m(svbool_t pg, svuint8_t op1, svuint64_t op2)
svuint8_t svlsr_wide[_u8]_x(svbool_t pg, svuint8_t op1, svuint64_t op2)
svuint8_t svlsr_wide[_u8]_z(svbool_t pg, svuint8_t op1, svuint64_t op2)
LSR Ztied1.B, Pg/M, Ztied1.B, Zop2.D
public:
static System::Numerics::Vector<System::Byte> ShiftRightLogical(System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<byte> ShiftRightLogical(System.Numerics.Vector<byte> left, System.Numerics.Vector<ulong> right);
static member ShiftRightLogical : System.Numerics.Vector<byte> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<byte>
Public Shared Function ShiftRightLogical (left As Vector(Of Byte), right As Vector(Of ULong)) As Vector(Of Byte)
Parameter
Gibt zurück
Gilt für:
ShiftRightLogical(Vector<UInt16>, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint16_t svlsr_wide[_u16]_m(svbool_t pg, svuint16_t op1, svuint64_t op2)
svuint16_t svlsr_wide[_u16]_x(svbool_t pg, svuint16_t op1, svuint64_t op2)
svuint16_t svlsr_wide[_u16]_z(svbool_t pg, svuint16_t op1, svuint64_t op2)
LSR Ztied1.H, Pg/M, Ztied1.H, Zop2.D
public:
static System::Numerics::Vector<System::UInt16> ShiftRightLogical(System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<ushort> ShiftRightLogical(System.Numerics.Vector<ushort> left, System.Numerics.Vector<ulong> right);
static member ShiftRightLogical : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint16>
Public Shared Function ShiftRightLogical (left As Vector(Of UShort), right As Vector(Of ULong)) As Vector(Of UShort)