Sve2.ShiftLeftLogicalSaturateUnsigned Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ShiftLeftLogicalSaturateUnsigned(Vector<Int16>, Byte) |
svuint16_t svqshlu[_n_s16]_m(svbool_t pg, svint16_t op1, uint64_t imm2) SQSHLU Ztied1.H, Pg/M, Ztied1.H, #imm2 |
| ShiftLeftLogicalSaturateUnsigned(Vector<Int32>, Byte) |
svuint32_t svqshlu[_n_s32]_m(svbool_t pg, svint32_t op1, uint64_t imm2) SQSHLU Ztied1.S, Pg/M, Ztied1.S, #imm2 |
| ShiftLeftLogicalSaturateUnsigned(Vector<Int64>, Byte) |
svuint64_t svqshlu[_n_s64]_m(svbool_t pg, svint64_t op1, uint64_t imm2) SQSHLU Ztied1.D, Pg/M, Ztied1.D, #imm2 |
| ShiftLeftLogicalSaturateUnsigned(Vector<SByte>, Byte) |
svuint8_t svqshlu[_n_s8]_m(svbool_t pg, svint8_t op1, uint64_t imm2) SQSHLU Ztied1.B, Pg/M, Ztied1.B, #imm2 |
ShiftLeftLogicalSaturateUnsigned(Vector<Int16>, Byte)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint16_t svqshlu[_n_s16]_m(svbool_t pg, svint16_t op1, uint64_t imm2) SQSHLU Ztied1.H, Pg/M, Ztied1.H, #imm2
public:
static System::Numerics::Vector<System::UInt16> ShiftLeftLogicalSaturateUnsigned(System::Numerics::Vector<short> value, System::Byte count);
public static System.Numerics.Vector<ushort> ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector<short> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Numerics.Vector<int16> * byte -> System.Numerics.Vector<uint16>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector(Of Short), count As Byte) As Vector(Of UShort)
Paramètres
- count
- Byte
Retours
S’applique à
ShiftLeftLogicalSaturateUnsigned(Vector<Int32>, Byte)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint32_t svqshlu[_n_s32]_m(svbool_t pg, svint32_t op1, uint64_t imm2) SQSHLU Ztied1.S, Pg/M, Ztied1.S, #imm2
public:
static System::Numerics::Vector<System::UInt32> ShiftLeftLogicalSaturateUnsigned(System::Numerics::Vector<int> value, System::Byte count);
public static System.Numerics.Vector<uint> ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector<int> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Numerics.Vector<int> * byte -> System.Numerics.Vector<uint32>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector(Of Integer), count As Byte) As Vector(Of UInteger)
Paramètres
- count
- Byte
Retours
S’applique à
ShiftLeftLogicalSaturateUnsigned(Vector<Int64>, Byte)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint64_t svqshlu[_n_s64]_m(svbool_t pg, svint64_t op1, uint64_t imm2) SQSHLU Ztied1.D, Pg/M, Ztied1.D, #imm2
public:
static System::Numerics::Vector<System::UInt64> ShiftLeftLogicalSaturateUnsigned(System::Numerics::Vector<long> value, System::Byte count);
public static System.Numerics.Vector<ulong> ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector<long> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Numerics.Vector<int64> * byte -> System.Numerics.Vector<uint64>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector(Of Long), count As Byte) As Vector(Of ULong)
Paramètres
- count
- Byte
Retours
S’applique à
ShiftLeftLogicalSaturateUnsigned(Vector<SByte>, Byte)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint8_t svqshlu[_n_s8]_m(svbool_t pg, svint8_t op1, uint64_t imm2) SQSHLU Ztied1.B, Pg/M, Ztied1.B, #imm2
public:
static System::Numerics::Vector<System::Byte> ShiftLeftLogicalSaturateUnsigned(System::Numerics::Vector<System::SByte> value, System::Byte count);
public static System.Numerics.Vector<byte> ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector<sbyte> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Numerics.Vector<sbyte> * byte -> System.Numerics.Vector<byte>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector(Of SByte), count As Byte) As Vector(Of Byte)
Paramètres
- count
- Byte