AdvSimd.Arm64.ShiftRightLogicalNarrowingSaturateScalar Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt64>, Byte) |
uint32_t vqshrnd_n_u64 (uint64_t a, const int n) A64: UQSHRN Sd, Dn, #n |
ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt32>, Byte) |
uint16_t vqshrns_n_u32 (uint32_t a, const int n) A64: UQSHRN Hd, Sn, #n |
ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt16>, Byte) |
uint8_t vqshrnh_n_u16 (uint16_t a, const int n) A64: UQSHRN Bd, Hn, #n |
ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int16>, Byte) |
uint8_t vqshrnh_n_u16 (uint16_t a, const int n) A64: UQSHRN Bd, Hn, #n |
ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int32>, Byte) |
uint16_t vqshrns_n_u32 (uint32_t a, const int n) A64: UQSHRN Hd, Sn, #n |
ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int64>, Byte) |
uint32_t vqshrnd_n_u64 (uint64_t a, const int n) A64: UQSHRN Sd, Dn, #n |
ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt64>, Byte)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint32_t vqshrnd_n_u64 (uint64_t a, const int n)
A64: UQSHRN Sd, Dn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> ShiftRightLogicalNarrowingSaturateScalar(System::Runtime::Intrinsics::Vector64<System::UInt64> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<uint> ShiftRightLogicalNarrowingSaturateScalar (System.Runtime.Intrinsics.Vector64<ulong> value, byte count);
static member ShiftRightLogicalNarrowingSaturateScalar : System.Runtime.Intrinsics.Vector64<uint64> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ShiftRightLogicalNarrowingSaturateScalar (value As Vector64(Of ULong), count As Byte) As Vector64(Of UInteger)
Параметры
- count
- Byte
Возвращаемое значение
Применяется к
ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt32>, Byte)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint16_t vqshrns_n_u32 (uint32_t a, const int n)
A64: UQSHRN Hd, Sn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt16> ShiftRightLogicalNarrowingSaturateScalar(System::Runtime::Intrinsics::Vector64<System::UInt32> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<ushort> ShiftRightLogicalNarrowingSaturateScalar (System.Runtime.Intrinsics.Vector64<uint> value, byte count);
static member ShiftRightLogicalNarrowingSaturateScalar : System.Runtime.Intrinsics.Vector64<uint32> * byte -> System.Runtime.Intrinsics.Vector64<uint16>
Public Shared Function ShiftRightLogicalNarrowingSaturateScalar (value As Vector64(Of UInteger), count As Byte) As Vector64(Of UShort)
Параметры
- count
- Byte
Возвращаемое значение
Применяется к
ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt16>, Byte)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8_t vqshrnh_n_u16 (uint16_t a, const int n)
A64: UQSHRN Bd, Hn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::Byte> ShiftRightLogicalNarrowingSaturateScalar(System::Runtime::Intrinsics::Vector64<System::UInt16> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<byte> ShiftRightLogicalNarrowingSaturateScalar (System.Runtime.Intrinsics.Vector64<ushort> value, byte count);
static member ShiftRightLogicalNarrowingSaturateScalar : System.Runtime.Intrinsics.Vector64<uint16> * byte -> System.Runtime.Intrinsics.Vector64<byte>
Public Shared Function ShiftRightLogicalNarrowingSaturateScalar (value As Vector64(Of UShort), count As Byte) As Vector64(Of Byte)
Параметры
- count
- Byte
Возвращаемое значение
Применяется к
ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int16>, Byte)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8_t vqshrnh_n_u16 (uint16_t a, const int n)
A64: UQSHRN Bd, Hn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::SByte> ShiftRightLogicalNarrowingSaturateScalar(System::Runtime::Intrinsics::Vector64<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<sbyte> ShiftRightLogicalNarrowingSaturateScalar (System.Runtime.Intrinsics.Vector64<short> value, byte count);
static member ShiftRightLogicalNarrowingSaturateScalar : System.Runtime.Intrinsics.Vector64<int16> * byte -> System.Runtime.Intrinsics.Vector64<sbyte>
Public Shared Function ShiftRightLogicalNarrowingSaturateScalar (value As Vector64(Of Short), count As Byte) As Vector64(Of SByte)
Параметры
- count
- Byte
Возвращаемое значение
Применяется к
ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int32>, Byte)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint16_t vqshrns_n_u32 (uint32_t a, const int n)
A64: UQSHRN Hd, Sn, #n
public:
static System::Runtime::Intrinsics::Vector64<short> ShiftRightLogicalNarrowingSaturateScalar(System::Runtime::Intrinsics::Vector64<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<short> ShiftRightLogicalNarrowingSaturateScalar (System.Runtime.Intrinsics.Vector64<int> value, byte count);
static member ShiftRightLogicalNarrowingSaturateScalar : System.Runtime.Intrinsics.Vector64<int> * byte -> System.Runtime.Intrinsics.Vector64<int16>
Public Shared Function ShiftRightLogicalNarrowingSaturateScalar (value As Vector64(Of Integer), count As Byte) As Vector64(Of Short)
Параметры
- count
- Byte
Возвращаемое значение
Применяется к
ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int64>, Byte)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint32_t vqshrnd_n_u64 (uint64_t a, const int n)
A64: UQSHRN Sd, Dn, #n
public:
static System::Runtime::Intrinsics::Vector64<int> ShiftRightLogicalNarrowingSaturateScalar(System::Runtime::Intrinsics::Vector64<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<int> ShiftRightLogicalNarrowingSaturateScalar (System.Runtime.Intrinsics.Vector64<long> value, byte count);
static member ShiftRightLogicalNarrowingSaturateScalar : System.Runtime.Intrinsics.Vector64<int64> * byte -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function ShiftRightLogicalNarrowingSaturateScalar (value As Vector64(Of Long), count As Byte) As Vector64(Of Integer)
Параметры
- count
- Byte