AdvSimd.Arm64.ShiftArithmeticRoundedSaturateScalar Method

Definition

Overloads

ShiftArithmeticRoundedSaturateScalar(Vector64<Int16>, Vector64<Int16>)

int16_t vqrshlh_s16 (int16_t a, int16_t b)

A64: SQRSHL Hd, Hn, Hm

ShiftArithmeticRoundedSaturateScalar(Vector64<Int32>, Vector64<Int32>)

int32_t vqrshls_s32 (int32_t a, int32_t b)

A64: SQRSHL Sd, Sn, Sm

ShiftArithmeticRoundedSaturateScalar(Vector64<SByte>, Vector64<SByte>)

int8_t vqrshlb_s8 (int8_t a, int8_t b)

A64: SQRSHL Bd, Bn, Bm

ShiftArithmeticRoundedSaturateScalar(Vector64<Int16>, Vector64<Int16>)

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

int16_t vqrshlh_s16 (int16_t a, int16_t b)

A64: SQRSHL Hd, Hn, Hm

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

Parameters

value
Vector64<Int16>
count
Vector64<Int16>

Returns

Applies to

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

ShiftArithmeticRoundedSaturateScalar(Vector64<Int32>, Vector64<Int32>)

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

int32_t vqrshls_s32 (int32_t a, int32_t b)

A64: SQRSHL Sd, Sn, Sm

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

Parameters

value
Vector64<Int32>
count
Vector64<Int32>

Returns

Applies to

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

ShiftArithmeticRoundedSaturateScalar(Vector64<SByte>, Vector64<SByte>)

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

int8_t vqrshlb_s8 (int8_t a, int8_t b)

A64: SQRSHL Bd, Bn, Bm

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

Parameters

value
Vector64<SByte>
count
Vector64<SByte>

Returns

Applies to

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