AdvSimd.Arm64.ShiftLeftLogicalSaturateScalar Method
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.
ShiftLeftLogicalSaturateScalar(Vector64<UInt16>, Byte) |
uint16_t vqshlh_n_u16 (uint16_t a, const int n) A64: UQSHL Hd, Hn, #n |
ShiftLeftLogicalSaturateScalar(Vector64<SByte>, Byte) |
int8_t vqshlb_n_s8 (int8_t a, const int n) A64: SQSHL Bd, Bn, #n |
ShiftLeftLogicalSaturateScalar(Vector64<UInt32>, Byte) |
uint32_t vqshls_n_u32 (uint32_t a, const int n) A64: UQSHL Sd, Sn, #n |
ShiftLeftLogicalSaturateScalar(Vector64<Int16>, Byte) |
int16_t vqshlh_n_s16 (int16_t a, const int n) A64: SQSHL Hd, Hn, #n |
ShiftLeftLogicalSaturateScalar(Vector64<Byte>, Byte) |
uint8_t vqshlb_n_u8 (uint8_t a, const int n) A64: UQSHL Bd, Bn, #n |
ShiftLeftLogicalSaturateScalar(Vector64<Int32>, Byte) |
int32_t vqshls_n_s32 (int32_t a, const int n) A64: SQSHL Sd, Sn, #n |
uint16_t vqshlh_n_u16 (uint16_t a, const int n)
A64: UQSHL Hd, Hn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt16> ShiftLeftLogicalSaturateScalar(System::Runtime::Intrinsics::Vector64<System::UInt16> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<ushort> ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64<ushort> value, byte count);
static member ShiftLeftLogicalSaturateScalar : System.Runtime.Intrinsics.Vector64<uint16> * byte -> System.Runtime.Intrinsics.Vector64<uint16>
Public Shared Function ShiftLeftLogicalSaturateScalar (value As Vector64(Of UShort), count As Byte) As Vector64(Of UShort)
Parameters
- count
- Byte
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
int8_t vqshlb_n_s8 (int8_t a, const int n)
A64: SQSHL Bd, Bn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::SByte> ShiftLeftLogicalSaturateScalar(System::Runtime::Intrinsics::Vector64<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<sbyte> ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64<sbyte> value, byte count);
static member ShiftLeftLogicalSaturateScalar : System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector64<sbyte>
Public Shared Function ShiftLeftLogicalSaturateScalar (value As Vector64(Of SByte), count As Byte) As Vector64(Of SByte)
Parameters
- count
- Byte
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
uint32_t vqshls_n_u32 (uint32_t a, const int n)
A64: UQSHL Sd, Sn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> ShiftLeftLogicalSaturateScalar(System::Runtime::Intrinsics::Vector64<System::UInt32> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<uint> ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64<uint> value, byte count);
static member ShiftLeftLogicalSaturateScalar : System.Runtime.Intrinsics.Vector64<uint32> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ShiftLeftLogicalSaturateScalar (value As Vector64(Of UInteger), count As Byte) As Vector64(Of UInteger)
Parameters
- count
- Byte
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
int16_t vqshlh_n_s16 (int16_t a, const int n)
A64: SQSHL Hd, Hn, #n
public:
static System::Runtime::Intrinsics::Vector64<short> ShiftLeftLogicalSaturateScalar(System::Runtime::Intrinsics::Vector64<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<short> ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64<short> value, byte count);
static member ShiftLeftLogicalSaturateScalar : System.Runtime.Intrinsics.Vector64<int16> * byte -> System.Runtime.Intrinsics.Vector64<int16>
Public Shared Function ShiftLeftLogicalSaturateScalar (value As Vector64(Of Short), count As Byte) As Vector64(Of Short)
Parameters
- count
- Byte
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
uint8_t vqshlb_n_u8 (uint8_t a, const int n)
A64: UQSHL Bd, Bn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::Byte> ShiftLeftLogicalSaturateScalar(System::Runtime::Intrinsics::Vector64<System::Byte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<byte> ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64<byte> value, byte count);
static member ShiftLeftLogicalSaturateScalar : System.Runtime.Intrinsics.Vector64<byte> * byte -> System.Runtime.Intrinsics.Vector64<byte>
Public Shared Function ShiftLeftLogicalSaturateScalar (value As Vector64(Of Byte), count As Byte) As Vector64(Of Byte)
Parameters
- count
- Byte
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
int32_t vqshls_n_s32 (int32_t a, const int n)
A64: SQSHL Sd, Sn, #n
public:
static System::Runtime::Intrinsics::Vector64<int> ShiftLeftLogicalSaturateScalar(System::Runtime::Intrinsics::Vector64<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<int> ShiftLeftLogicalSaturateScalar(System.Runtime.Intrinsics.Vector64<int> value, byte count);
static member ShiftLeftLogicalSaturateScalar : System.Runtime.Intrinsics.Vector64<int> * byte -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function ShiftLeftLogicalSaturateScalar (value As Vector64(Of Integer), count As Byte) As Vector64(Of Integer)
Parameters
- count
- Byte
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: