AdvSimd.ShiftArithmeticRounded Method

Definition

Overloads

ShiftArithmeticRounded(Vector128<Int16>, Vector128<Int16>)

int16x8_t vrshlq_s16 (int16x8_t a, int16x8_t b)

A32: VRSHL.S16 Qd, Qn, Qm

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

ShiftArithmeticRounded(Vector128<Int32>, Vector128<Int32>)

int32x4_t vrshlq_s32 (int32x4_t a, int32x4_t b)

A32: VRSHL.S32 Qd, Qn, Qm

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

ShiftArithmeticRounded(Vector128<Int64>, Vector128<Int64>)

int64x2_t vrshlq_s64 (int64x2_t a, int64x2_t b)

A32: VRSHL.S64 Qd, Qn, Qm

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

ShiftArithmeticRounded(Vector128<SByte>, Vector128<SByte>)

int8x16_t vrshlq_s8 (int8x16_t a, int8x16_t b)

A32: VRSHL.S8 Qd, Qn, Qm

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

ShiftArithmeticRounded(Vector64<Int16>, Vector64<Int16>)

int16x4_t vrshl_s16 (int16x4_t a, int16x4_t b)

A32: VRSHL.S16 Dd, Dn, Dm

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

ShiftArithmeticRounded(Vector64<Int32>, Vector64<Int32>)

int32x2_t vrshl_s32 (int32x2_t a, int32x2_t b)

A32: VRSHL.S32 Dd, Dn, Dm

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

ShiftArithmeticRounded(Vector64<SByte>, Vector64<SByte>)

int8x8_t vrshl_s8 (int8x8_t a, int8x8_t b)

A32: VRSHL.S8 Dd, Dn, Dm

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

ShiftArithmeticRounded(Vector128<Int16>, Vector128<Int16>)

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

int16x8_t vrshlq_s16 (int16x8_t a, int16x8_t b)

A32: VRSHL.S16 Qd, Qn, Qm

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

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

ShiftArithmeticRounded(Vector128<Int32>, Vector128<Int32>)

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

int32x4_t vrshlq_s32 (int32x4_t a, int32x4_t b)

A32: VRSHL.S32 Qd, Qn, Qm

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

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

ShiftArithmeticRounded(Vector128<Int64>, Vector128<Int64>)

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

int64x2_t vrshlq_s64 (int64x2_t a, int64x2_t b)

A32: VRSHL.S64 Qd, Qn, Qm

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

public static System.Runtime.Intrinsics.Vector128<long> ShiftArithmeticRounded(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

ShiftArithmeticRounded(Vector128<SByte>, Vector128<SByte>)

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

int8x16_t vrshlq_s8 (int8x16_t a, int8x16_t b)

A32: VRSHL.S8 Qd, Qn, Qm

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

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

ShiftArithmeticRounded(Vector64<Int16>, Vector64<Int16>)

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

int16x4_t vrshl_s16 (int16x4_t a, int16x4_t b)

A32: VRSHL.S16 Dd, Dn, Dm

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

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

ShiftArithmeticRounded(Vector64<Int32>, Vector64<Int32>)

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

int32x2_t vrshl_s32 (int32x2_t a, int32x2_t b)

A32: VRSHL.S32 Dd, Dn, Dm

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

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

ShiftArithmeticRounded(Vector64<SByte>, Vector64<SByte>)

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

int8x8_t vrshl_s8 (int8x8_t a, int8x8_t b)

A32: VRSHL.S8 Dd, Dn, Dm

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

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