AdvSimd.ShiftArithmeticRoundedSaturate Method

Definition

Overloads

ShiftArithmeticRoundedSaturate(Vector64<SByte>, Vector64<SByte>)

int8x8_t vqrshl_s8 (int8x8_t a, int8x8_t b)

A32: VQRSHL.S8 Dd, Dn, Dm

A64: SQRSHL Vd.8B, Vn.8B, Vm.8B

ShiftArithmeticRoundedSaturate(Vector64<Int32>, Vector64<Int32>)

int32x2_t vqrshl_s32 (int32x2_t a, int32x2_t b)

A32: VQRSHL.S32 Dd, Dn, Dm

A64: SQRSHL Vd.2S, Vn.2S, Vm.2S

ShiftArithmeticRoundedSaturate(Vector64<Int16>, Vector64<Int16>)

int16x4_t vqrshl_s16 (int16x4_t a, int16x4_t b)

A32: VQRSHL.S16 Dd, Dn, Dm

A64: SQRSHL Vd.4H, Vn.4H, Vm.4H

ShiftArithmeticRoundedSaturate(Vector128<SByte>, Vector128<SByte>)

int8x16_t vqrshlq_s8 (int8x16_t a, int8x16_t b)

A32: VQRSHL.S8 Qd, Qn, Qm

A64: SQRSHL Vd.16B, Vn.16B, Vm.16B

ShiftArithmeticRoundedSaturate(Vector128<Int32>, Vector128<Int32>)

int32x4_t vqrshlq_s32 (int32x4_t a, int32x4_t b)

A32: VQRSHL.S32 Qd, Qn, Qm

A64: SQRSHL Vd.4S, Vn.4S, Vm.4S

ShiftArithmeticRoundedSaturate(Vector128<Int16>, Vector128<Int16>)

int16x8_t vqrshlq_s16 (int16x8_t a, int16x8_t b)

A32: VQRSHL.S16 Qd, Qn, Qm

A64: SQRSHL Vd.8H, Vn.8H, Vm.8H

ShiftArithmeticRoundedSaturate(Vector128<Int64>, Vector128<Int64>)

int64x2_t vqrshlq_s64 (int64x2_t a, int64x2_t b)

A32: VQRSHL.S64 Qd, Qn, Qm

A64: SQRSHL Vd.2D, Vn.2D, Vm.2D

ShiftArithmeticRoundedSaturate(Vector64<SByte>, Vector64<SByte>)

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

int8x8_t vqrshl_s8 (int8x8_t a, int8x8_t b)

A32: VQRSHL.S8 Dd, Dn, Dm

A64: SQRSHL Vd.8B, Vn.8B, Vm.8B

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

ShiftArithmeticRoundedSaturate(Vector64<Int32>, Vector64<Int32>)

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

int32x2_t vqrshl_s32 (int32x2_t a, int32x2_t b)

A32: VQRSHL.S32 Dd, Dn, Dm

A64: SQRSHL Vd.2S, Vn.2S, Vm.2S

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

ShiftArithmeticRoundedSaturate(Vector64<Int16>, Vector64<Int16>)

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

int16x4_t vqrshl_s16 (int16x4_t a, int16x4_t b)

A32: VQRSHL.S16 Dd, Dn, Dm

A64: SQRSHL Vd.4H, Vn.4H, Vm.4H

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

ShiftArithmeticRoundedSaturate(Vector128<SByte>, Vector128<SByte>)

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

int8x16_t vqrshlq_s8 (int8x16_t a, int8x16_t b)

A32: VQRSHL.S8 Qd, Qn, Qm

A64: SQRSHL Vd.16B, Vn.16B, Vm.16B

public static System.Runtime.Intrinsics.Vector128<sbyte> ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128<sbyte> value, System.Runtime.Intrinsics.Vector128<sbyte> count);

Parameters

value
Vector128<SByte>
count
Vector128<SByte>

Returns

Applies to

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

ShiftArithmeticRoundedSaturate(Vector128<Int32>, Vector128<Int32>)

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

int32x4_t vqrshlq_s32 (int32x4_t a, int32x4_t b)

A32: VQRSHL.S32 Qd, Qn, Qm

A64: SQRSHL Vd.4S, Vn.4S, Vm.4S

public static System.Runtime.Intrinsics.Vector128<int> ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128<int> value, System.Runtime.Intrinsics.Vector128<int> count);

Parameters

value
Vector128<Int32>
count
Vector128<Int32>

Returns

Applies to

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

ShiftArithmeticRoundedSaturate(Vector128<Int16>, Vector128<Int16>)

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

int16x8_t vqrshlq_s16 (int16x8_t a, int16x8_t b)

A32: VQRSHL.S16 Qd, Qn, Qm

A64: SQRSHL Vd.8H, Vn.8H, Vm.8H

public static System.Runtime.Intrinsics.Vector128<short> ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128<short> value, System.Runtime.Intrinsics.Vector128<short> count);

Parameters

value
Vector128<Int16>
count
Vector128<Int16>

Returns

Applies to

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

ShiftArithmeticRoundedSaturate(Vector128<Int64>, Vector128<Int64>)

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

int64x2_t vqrshlq_s64 (int64x2_t a, int64x2_t b)

A32: VQRSHL.S64 Qd, Qn, Qm

A64: SQRSHL Vd.2D, Vn.2D, Vm.2D

public static System.Runtime.Intrinsics.Vector128<long> ShiftArithmeticRoundedSaturate(System.Runtime.Intrinsics.Vector128<long> value, System.Runtime.Intrinsics.Vector128<long> count);

Parameters

value
Vector128<Int64>
count
Vector128<Int64>

Returns

Applies to

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