AdvSimd.ShiftRightArithmeticRoundedAdd 方法

定义

重载

ShiftRightArithmeticRoundedAdd(Vector128<Int16>, Vector128<Int16>, Byte)

int16x8_t vrsraq_n_s16 (int16x8_t a, int16x8_t b, const int n)

A32:VRSRA.S16 Qd、Qm、#n

A64:SRSRA Vd.8H、Vn.8H、#n

ShiftRightArithmeticRoundedAdd(Vector128<Int32>, Vector128<Int32>, Byte)

int32x4_t vrsraq_n_s32 (int32x4_t a, int32x4_t b, const int n)

A32:VRSRA.S32 Qd、Qm、#n

A64:SRSRA Vd.4S、Vn.4S、#n

ShiftRightArithmeticRoundedAdd(Vector128<Int64>, Vector128<Int64>, Byte)

int64x2_t vrsraq_n_s64 (int64x2_t a, int64x2_t b, const int n)

A32:VRSRA.S64 Qd、Qm、#n

A64:SRSRA Vd.2D、Vn.2D、#n

ShiftRightArithmeticRoundedAdd(Vector128<SByte>, Vector128<SByte>, Byte)

int8x16_t vrsraq_n_s8 (int8x16_t a, int8x16_t b, const int n)

A32:VRSRA.S8 Qd、Qm、#n

A64:SRSRA Vd.16B、Vn.16B、#n

ShiftRightArithmeticRoundedAdd(Vector64<Int16>, Vector64<Int16>, Byte)

int16x4_t vrsra_n_s16 (int16x4_t a, int16x4_t b, const int n)

A32:VRSRA.S16 Dd、Dm、#n

A64:SRSRA Vd.4H、Vn.4H、#n

ShiftRightArithmeticRoundedAdd(Vector64<Int32>, Vector64<Int32>, Byte)

int32x2_t vrsra_n_s32 (int32x2_t a, int32x2_t b, const int n)

A32:VRSRA.S32 Dd、Dm、#n

A64:SRSRA Vd.2S、Vn.2S、#n

ShiftRightArithmeticRoundedAdd(Vector64<SByte>, Vector64<SByte>, Byte)

int8x8_t vrsra_n_s8 (int8x8_t a, int8x8_t b, const int n)

A32:VRSRA.S8 Dd、Dm、#n

A64:SRSRA Vd.8B、Vn.8B、#n

ShiftRightArithmeticRoundedAdd(Vector128<Int16>, Vector128<Int16>, Byte)

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

int16x8_t vrsraq_n_s16 (int16x8_t a, int16x8_t b, const int n)

A32:VRSRA.S16 Qd、Qm、#n

A64:SRSRA Vd.8H、Vn.8H、#n

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

参数

addend
Vector128<Int16>
value
Vector128<Int16>
count
Byte

返回

适用于

ShiftRightArithmeticRoundedAdd(Vector128<Int32>, Vector128<Int32>, Byte)

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

int32x4_t vrsraq_n_s32 (int32x4_t a, int32x4_t b, const int n)

A32:VRSRA.S32 Qd、Qm、#n

A64:SRSRA Vd.4S、Vn.4S、#n

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

参数

addend
Vector128<Int32>
value
Vector128<Int32>
count
Byte

返回

适用于

ShiftRightArithmeticRoundedAdd(Vector128<Int64>, Vector128<Int64>, Byte)

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

int64x2_t vrsraq_n_s64 (int64x2_t a, int64x2_t b, const int n)

A32:VRSRA.S64 Qd、Qm、#n

A64:SRSRA Vd.2D、Vn.2D、#n

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

参数

addend
Vector128<Int64>
value
Vector128<Int64>
count
Byte

返回

适用于

ShiftRightArithmeticRoundedAdd(Vector128<SByte>, Vector128<SByte>, Byte)

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

int8x16_t vrsraq_n_s8 (int8x16_t a, int8x16_t b, const int n)

A32:VRSRA.S8 Qd、Qm、#n

A64:SRSRA Vd.16B、Vn.16B、#n

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

参数

addend
Vector128<SByte>
value
Vector128<SByte>
count
Byte

返回

适用于

ShiftRightArithmeticRoundedAdd(Vector64<Int16>, Vector64<Int16>, Byte)

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

int16x4_t vrsra_n_s16 (int16x4_t a, int16x4_t b, const int n)

A32:VRSRA.S16 Dd、Dm、#n

A64:SRSRA Vd.4H、Vn.4H、#n

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

参数

addend
Vector64<Int16>
value
Vector64<Int16>
count
Byte

返回

适用于

ShiftRightArithmeticRoundedAdd(Vector64<Int32>, Vector64<Int32>, Byte)

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

int32x2_t vrsra_n_s32 (int32x2_t a, int32x2_t b, const int n)

A32:VRSRA.S32 Dd、Dm、#n

A64:SRSRA Vd.2S、Vn.2S、#n

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

参数

addend
Vector64<Int32>
value
Vector64<Int32>
count
Byte

返回

适用于

ShiftRightArithmeticRoundedAdd(Vector64<SByte>, Vector64<SByte>, Byte)

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

int8x8_t vrsra_n_s8 (int8x8_t a, int8x8_t b, const int n)

A32:VRSRA.S8 Dd、Dm、#n

A64:SRSRA Vd.8B、Vn.8B、#n

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

参数

addend
Vector64<SByte>
value
Vector64<SByte>
count
Byte

返回

适用于