AdvSimd.Arm64.ShiftRightArithmeticRoundedNarrowingSaturateScalar Method

Definition

Overloads

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int32>, Byte)

int16_t vqrshrns_n_s32 (int32_t a, const int n)

A64: SQRSHRN Hd, Sn, #n

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int64>, Byte)

int32_t vqrshrnd_n_s64 (int64_t a, const int n)

A64: SQRSHRN Sd, Dn, #n

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int16>, Byte)

int8_t vqrshrnh_n_s16 (int16_t a, const int n)

A64: SQRSHRN Bd, Hn, #n

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int32>, Byte)

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

int16_t vqrshrns_n_s32 (int32_t a, const int n)

A64: SQRSHRN Hd, Sn, #n

C#
public static System.Runtime.Intrinsics.Vector64<short> ShiftRightArithmeticRoundedNarrowingSaturateScalar(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

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int64>, Byte)

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

int32_t vqrshrnd_n_s64 (int64_t a, const int n)

A64: SQRSHRN Sd, Dn, #n

C#
public static System.Runtime.Intrinsics.Vector64<int> ShiftRightArithmeticRoundedNarrowingSaturateScalar(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

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int16>, Byte)

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

int8_t vqrshrnh_n_s16 (int16_t a, const int n)

A64: SQRSHRN Bd, Hn, #n

C#
public static System.Runtime.Intrinsics.Vector64<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateScalar(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