Sve2.ShiftLeftLogicalSaturate 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
| ShiftLeftLogicalSaturate(Vector<Byte>, Vector<SByte>) |
svuint8_t svqshl[_u8]_m(svbool_t pg, svuint8_t op1, svint8_t op2) UQSHL Ztied1.B, Pg/M, Ztied1.B, Zop2.B |
| ShiftLeftLogicalSaturate(Vector<UInt16>, Vector<Int16>) |
svuint16_t svqshl[_u16]_m(svbool_t pg, svuint16_t op1, svint16_t op2) UQSHL Ztied1.H, Pg/M, Ztied1.H, Zop2.H |
| ShiftLeftLogicalSaturate(Vector<UInt32>, Vector<Int32>) |
svuint32_t svqshl[_u32]_m(svbool_t pg, svuint32_t op1, svint32_t op2) UQSHL Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
| ShiftLeftLogicalSaturate(Vector<UInt64>, Vector<Int64>) |
svuint64_t svqshl[_u64]_m(svbool_t pg, svuint64_t op1, svint64_t op2) UQSHL Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
ShiftLeftLogicalSaturate(Vector<Byte>, Vector<SByte>)
svuint8_t svqshl[_u8]_m(svbool_t pg, svuint8_t op1, svint8_t op2) UQSHL Ztied1.B, Pg/M, Ztied1.B, Zop2.B
public:
static System::Numerics::Vector<System::Byte> ShiftLeftLogicalSaturate(System::Numerics::Vector<System::Byte> value, System::Numerics::Vector<System::SByte> count);
public static System.Numerics.Vector<byte> ShiftLeftLogicalSaturate(System.Numerics.Vector<byte> value, System.Numerics.Vector<sbyte> count);
static member ShiftLeftLogicalSaturate : System.Numerics.Vector<byte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<byte>
Public Shared Function ShiftLeftLogicalSaturate (value As Vector(Of Byte), count As Vector(Of SByte)) As Vector(Of Byte)
Parameters
Returns
Applies to
ShiftLeftLogicalSaturate(Vector<UInt16>, Vector<Int16>)
svuint16_t svqshl[_u16]_m(svbool_t pg, svuint16_t op1, svint16_t op2) UQSHL Ztied1.H, Pg/M, Ztied1.H, Zop2.H
public:
static System::Numerics::Vector<System::UInt16> ShiftLeftLogicalSaturate(System::Numerics::Vector<System::UInt16> value, System::Numerics::Vector<short> count);
public static System.Numerics.Vector<ushort> ShiftLeftLogicalSaturate(System.Numerics.Vector<ushort> value, System.Numerics.Vector<short> count);
static member ShiftLeftLogicalSaturate : System.Numerics.Vector<uint16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<uint16>
Public Shared Function ShiftLeftLogicalSaturate (value As Vector(Of UShort), count As Vector(Of Short)) As Vector(Of UShort)
Parameters
Returns
Applies to
ShiftLeftLogicalSaturate(Vector<UInt32>, Vector<Int32>)
svuint32_t svqshl[_u32]_m(svbool_t pg, svuint32_t op1, svint32_t op2) UQSHL Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt32> ShiftLeftLogicalSaturate(System::Numerics::Vector<System::UInt32> value, System::Numerics::Vector<int> count);
public static System.Numerics.Vector<uint> ShiftLeftLogicalSaturate(System.Numerics.Vector<uint> value, System.Numerics.Vector<int> count);
static member ShiftLeftLogicalSaturate : System.Numerics.Vector<uint32> * System.Numerics.Vector<int> -> System.Numerics.Vector<uint32>
Public Shared Function ShiftLeftLogicalSaturate (value As Vector(Of UInteger), count As Vector(Of Integer)) As Vector(Of UInteger)
Parameters
Returns
Applies to
ShiftLeftLogicalSaturate(Vector<UInt64>, Vector<Int64>)
svuint64_t svqshl[_u64]_m(svbool_t pg, svuint64_t op1, svint64_t op2) UQSHL Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt64> ShiftLeftLogicalSaturate(System::Numerics::Vector<System::UInt64> value, System::Numerics::Vector<long> count);
public static System.Numerics.Vector<ulong> ShiftLeftLogicalSaturate(System.Numerics.Vector<ulong> value, System.Numerics.Vector<long> count);
static member ShiftLeftLogicalSaturate : System.Numerics.Vector<uint64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<uint64>
Public Shared Function ShiftLeftLogicalSaturate (value As Vector(Of ULong), count As Vector(Of Long)) As Vector(Of ULong)