AdvSimd.ShiftRightArithmeticRounded Method

Definition

Overloads

ShiftRightArithmeticRounded(Vector64<SByte>, Byte)

int8x8_t vrshr_n_s8 (int8x8_t a, const int n)

A32: VRSHR.S8 Dd, Dm, #n

A64: SRSHR Vd.8B, Vn.8B, #n

ShiftRightArithmeticRounded(Vector64<Int16>, Byte)

int16x4_t vrshr_n_s16 (int16x4_t a, const int n)

A32: VRSHR.S16 Dd, Dm, #n

A64: SRSHR Vd.4H, Vn.4H, #n

ShiftRightArithmeticRounded(Vector128<SByte>, Byte)

int8x16_t vrshrq_n_s8 (int8x16_t a, const int n)

A32: VRSHR.S8 Qd, Qm, #n

A64: SRSHR Vd.16B, Vn.16B, #n

ShiftRightArithmeticRounded(Vector64<Int32>, Byte)

int32x2_t vrshr_n_s32 (int32x2_t a, const int n)

A32: VRSHR.S32 Dd, Dm, #n

A64: SRSHR Vd.2S, Vn.2S, #n

ShiftRightArithmeticRounded(Vector128<Int32>, Byte)

int32x4_t vrshrq_n_s32 (int32x4_t a, const int n)

A32: VRSHR.S32 Qd, Qm, #n

A64: SRSHR Vd.4S, Vn.4S, #n

ShiftRightArithmeticRounded(Vector128<Int16>, Byte)

int16x8_t vrshrq_n_s16 (int16x8_t a, const int n)

A32: VRSHR.S16 Qd, Qm, #n

A64: SRSHR Vd.8H, Vn.8H, #n

ShiftRightArithmeticRounded(Vector128<Int64>, Byte)

int64x2_t vrshrq_n_s64 (int64x2_t a, const int n)

A32: VRSHR.S64 Qd, Qm, #n

A64: SRSHR Vd.2D, Vn.2D, #n

ShiftRightArithmeticRounded(Vector64<SByte>, Byte)

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

int8x8_t vrshr_n_s8 (int8x8_t a, const int n)

A32: VRSHR.S8 Dd, Dm, #n

A64: SRSHR Vd.8B, Vn.8B, #n

public:
 static System::Runtime::Intrinsics::Vector64<System::SByte> ShiftRightArithmeticRounded(System::Runtime::Intrinsics::Vector64<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<sbyte> ShiftRightArithmeticRounded (System.Runtime.Intrinsics.Vector64<sbyte> value, byte count);
static member ShiftRightArithmeticRounded : System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector64<sbyte>
Public Shared Function ShiftRightArithmeticRounded (value As Vector64(Of SByte), count As Byte) As Vector64(Of SByte)

Parameters

value
Vector64<SByte>
count
Byte

Returns

Applies to

ShiftRightArithmeticRounded(Vector64<Int16>, Byte)

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

int16x4_t vrshr_n_s16 (int16x4_t a, const int n)

A32: VRSHR.S16 Dd, Dm, #n

A64: SRSHR Vd.4H, Vn.4H, #n

public:
 static System::Runtime::Intrinsics::Vector64<short> ShiftRightArithmeticRounded(System::Runtime::Intrinsics::Vector64<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<short> ShiftRightArithmeticRounded (System.Runtime.Intrinsics.Vector64<short> value, byte count);
static member ShiftRightArithmeticRounded : System.Runtime.Intrinsics.Vector64<int16> * byte -> System.Runtime.Intrinsics.Vector64<int16>
Public Shared Function ShiftRightArithmeticRounded (value As Vector64(Of Short), count As Byte) As Vector64(Of Short)

Parameters

value
Vector64<Int16>
count
Byte

Returns

Applies to

ShiftRightArithmeticRounded(Vector128<SByte>, Byte)

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

int8x16_t vrshrq_n_s8 (int8x16_t a, const int n)

A32: VRSHR.S8 Qd, Qm, #n

A64: SRSHR Vd.16B, Vn.16B, #n

public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> ShiftRightArithmeticRounded(System::Runtime::Intrinsics::Vector128<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<sbyte> ShiftRightArithmeticRounded (System.Runtime.Intrinsics.Vector128<sbyte> value, byte count);
static member ShiftRightArithmeticRounded : System.Runtime.Intrinsics.Vector128<sbyte> * byte -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function ShiftRightArithmeticRounded (value As Vector128(Of SByte), count As Byte) As Vector128(Of SByte)

Parameters

value
Vector128<SByte>
count
Byte

Returns

Applies to

ShiftRightArithmeticRounded(Vector64<Int32>, Byte)

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

int32x2_t vrshr_n_s32 (int32x2_t a, const int n)

A32: VRSHR.S32 Dd, Dm, #n

A64: SRSHR Vd.2S, Vn.2S, #n

public:
 static System::Runtime::Intrinsics::Vector64<int> ShiftRightArithmeticRounded(System::Runtime::Intrinsics::Vector64<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<int> ShiftRightArithmeticRounded (System.Runtime.Intrinsics.Vector64<int> value, byte count);
static member ShiftRightArithmeticRounded : System.Runtime.Intrinsics.Vector64<int> * byte -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function ShiftRightArithmeticRounded (value As Vector64(Of Integer), count As Byte) As Vector64(Of Integer)

Parameters

value
Vector64<Int32>
count
Byte

Returns

Applies to

ShiftRightArithmeticRounded(Vector128<Int32>, Byte)

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

int32x4_t vrshrq_n_s32 (int32x4_t a, const int n)

A32: VRSHR.S32 Qd, Qm, #n

A64: SRSHR Vd.4S, Vn.4S, #n

public:
 static System::Runtime::Intrinsics::Vector128<int> ShiftRightArithmeticRounded(System::Runtime::Intrinsics::Vector128<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<int> ShiftRightArithmeticRounded (System.Runtime.Intrinsics.Vector128<int> value, byte count);
static member ShiftRightArithmeticRounded : System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ShiftRightArithmeticRounded (value As Vector128(Of Integer), count As Byte) As Vector128(Of Integer)

Parameters

value
Vector128<Int32>
count
Byte

Returns

Applies to

ShiftRightArithmeticRounded(Vector128<Int16>, Byte)

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

int16x8_t vrshrq_n_s16 (int16x8_t a, const int n)

A32: VRSHR.S16 Qd, Qm, #n

A64: SRSHR Vd.8H, Vn.8H, #n

public:
 static System::Runtime::Intrinsics::Vector128<short> ShiftRightArithmeticRounded(System::Runtime::Intrinsics::Vector128<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<short> ShiftRightArithmeticRounded (System.Runtime.Intrinsics.Vector128<short> value, byte count);
static member ShiftRightArithmeticRounded : System.Runtime.Intrinsics.Vector128<int16> * byte -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function ShiftRightArithmeticRounded (value As Vector128(Of Short), count As Byte) As Vector128(Of Short)

Parameters

value
Vector128<Int16>
count
Byte

Returns

Applies to

ShiftRightArithmeticRounded(Vector128<Int64>, Byte)

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

int64x2_t vrshrq_n_s64 (int64x2_t a, const int n)

A32: VRSHR.S64 Qd, Qm, #n

A64: SRSHR Vd.2D, Vn.2D, #n

public:
 static System::Runtime::Intrinsics::Vector128<long> ShiftRightArithmeticRounded(System::Runtime::Intrinsics::Vector128<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<long> ShiftRightArithmeticRounded (System.Runtime.Intrinsics.Vector128<long> value, byte count);
static member ShiftRightArithmeticRounded : System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function ShiftRightArithmeticRounded (value As Vector128(Of Long), count As Byte) As Vector128(Of Long)

Parameters

value
Vector128<Int64>
count
Byte

Returns

Applies to