AdvSimd.ShiftLeftLogicalSaturateUnsigned 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
ShiftLeftLogicalSaturateUnsigned(Vector128<Int16>, Byte) |
uint16x8_t vqshluq_n_s16 (int16x8_t a, const int n) A32: VQSHLU.S16 Qd, Qm, #n A64: SQSHLU Vd.8H, Vn.8H, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<Int64>, Byte) |
uint64x2_t vqshluq_n_s64 (int64x2_t a, const int n) A32: VQSHLU.S64 Qd, Qm, #n A64: SQSHLU Vd.2D, Vn.2D, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<SByte>, Byte) |
uint8x16_t vqshluq_n_s8 (int8x16_t a, const int n) A32: VQSHLU.S8 Qd, Qm, #n A64: SQSHLU Vd.16B, Vn.16B, #n |
ShiftLeftLogicalSaturateUnsigned(Vector64<Int16>, Byte) |
uint16x4_t vqshlu_n_s16 (int16x4_t a, const int n) A32: VQSHLU.S16 Dd, Dm, #n A64: SQSHLU Vd.4H, Vn.4H, #n |
ShiftLeftLogicalSaturateUnsigned(Vector64<Int32>, Byte) |
uint32x2_t vqshlu_n_s32 (int32x2_t a, const int n) A32: VQSHLU.S32 Dd, Dm, #n A64: SQSHLU Vd.2S, Vn.2S, #n |
ShiftLeftLogicalSaturateUnsigned(Vector64<SByte>, Byte) |
uint8x8_t vqshlu_n_s8 (int8x8_t a, const int n) A32: VQSHLU.S8 Dd, Dm, #n A64: SQSHLU Vd.8B, Vn.8B, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<Int32>, Byte) |
uint32x4_t vqshluq_n_s32 (int32x4_t a, const int n) A32: VQSHLU.S32 Qd, Qm, #n A64: SQSHLU Vd.4S, Vn.4S, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<Int16>, Byte)
uint16x8_t vqshluq_n_s16 (int16x8_t a, const int n)
A32: VQSHLU.S16 Qd, Qm, #n
A64: SQSHLU Vd.8H, Vn.8H, #n
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<ushort> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<short> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<int16> * byte -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of Short), count As Byte) As Vector128(Of UShort)
Parameters
- count
- Byte
Returns
Applies to
ShiftLeftLogicalSaturateUnsigned(Vector128<Int64>, Byte)
uint64x2_t vqshluq_n_s64 (int64x2_t a, const int n)
A32: VQSHLU.S64 Qd, Qm, #n
A64: SQSHLU Vd.2D, Vn.2D, #n
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<ulong> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<long> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of Long), count As Byte) As Vector128(Of ULong)
Parameters
- count
- Byte
Returns
Applies to
ShiftLeftLogicalSaturateUnsigned(Vector128<SByte>, Byte)
uint8x16_t vqshluq_n_s8 (int8x16_t a, const int n)
A32: VQSHLU.S8 Qd, Qm, #n
A64: SQSHLU Vd.16B, Vn.16B, #n
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<byte> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<sbyte> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<sbyte> * byte -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of SByte), count As Byte) As Vector128(Of Byte)
Parameters
- count
- Byte
Returns
Applies to
ShiftLeftLogicalSaturateUnsigned(Vector64<Int16>, Byte)
uint16x4_t vqshlu_n_s16 (int16x4_t a, const int n)
A32: VQSHLU.S16 Dd, Dm, #n
A64: SQSHLU Vd.4H, Vn.4H, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt16> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector64<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<ushort> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector64<short> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector64<int16> * byte -> System.Runtime.Intrinsics.Vector64<uint16>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector64(Of Short), count As Byte) As Vector64(Of UShort)
Parameters
- count
- Byte
Returns
Applies to
ShiftLeftLogicalSaturateUnsigned(Vector64<Int32>, Byte)
uint32x2_t vqshlu_n_s32 (int32x2_t a, const int n)
A32: VQSHLU.S32 Dd, Dm, #n
A64: SQSHLU Vd.2S, Vn.2S, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector64<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<uint> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector64<int> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector64<int> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector64(Of Integer), count As Byte) As Vector64(Of UInteger)
Parameters
- count
- Byte
Returns
Applies to
ShiftLeftLogicalSaturateUnsigned(Vector64<SByte>, Byte)
uint8x8_t vqshlu_n_s8 (int8x8_t a, const int n)
A32: VQSHLU.S8 Dd, Dm, #n
A64: SQSHLU Vd.8B, Vn.8B, #n
public:
static System::Runtime::Intrinsics::Vector64<System::Byte> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector64<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<byte> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector64<sbyte> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector64<byte>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector64(Of SByte), count As Byte) As Vector64(Of Byte)
Parameters
- count
- Byte
Returns
Applies to
ShiftLeftLogicalSaturateUnsigned(Vector128<Int32>, Byte)
uint32x4_t vqshluq_n_s32 (int32x4_t a, const int n)
A32: VQSHLU.S32 Qd, Qm, #n
A64: SQSHLU Vd.4S, Vn.4S, #n
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<uint> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<int> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of Integer), count As Byte) As Vector128(Of UInteger)
Parameters
- count
- Byte