AdvSimd.Arm64.ShiftRightLogicalNarrowingSaturateScalar Method

Definition

Overloads

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)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint32_t vqshrnd_n_u64 (uint64_t a, const int n)

A64: UQSHRN Sd, Dn, #n

C#
public static System.Runtime.Intrinsics.Vector64<uint> ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64<ulong> value, byte count);

Parameters

value
Vector64<UInt64>
count
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt32>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16_t vqshrns_n_u32 (uint32_t a, const int n)

A64: UQSHRN Hd, Sn, #n

C#
public static System.Runtime.Intrinsics.Vector64<ushort> ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64<uint> value, byte count);

Parameters

value
Vector64<UInt32>
count
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ShiftRightLogicalNarrowingSaturateScalar(Vector64<UInt16>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8_t vqshrnh_n_u16 (uint16_t a, const int n)

A64: UQSHRN Bd, Hn, #n

C#
public static System.Runtime.Intrinsics.Vector64<byte> ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64<ushort> value, byte count);

Parameters

value
Vector64<UInt16>
count
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int16>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8_t vqshrnh_n_u16 (uint16_t a, const int n)

A64: UQSHRN Bd, Hn, #n

C#
public static System.Runtime.Intrinsics.Vector64<sbyte> ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64<short> value, byte count);

Parameters

value
Vector64<Int16>
count
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int32>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16_t vqshrns_n_u32 (uint32_t a, const int n)

A64: UQSHRN Hd, Sn, #n

C#
public static System.Runtime.Intrinsics.Vector64<short> ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64<int> value, byte count);

Parameters

value
Vector64<Int32>
count
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ShiftRightLogicalNarrowingSaturateScalar(Vector64<Int64>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint32_t vqshrnd_n_u64 (uint64_t a, const int n)

A64: UQSHRN Sd, Dn, #n

C#
public static System.Runtime.Intrinsics.Vector64<int> ShiftRightLogicalNarrowingSaturateScalar(System.Runtime.Intrinsics.Vector64<long> value, byte count);

Parameters

value
Vector64<Int64>
count
Byte

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10