AdvSimd.Arm64.ShiftRightArithmeticRoundedNarrowingSaturateScalar Method

Definition

Overloads

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int16>, Byte)

int8_t vqrshrnh_n_s16 (int16_t a, const int n)

A64: SQRSHRN Bd, Hn, #n

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int32>, Byte)

int16_t vqrshrns_n_s32 (int32_t a, const int n)

A64: SQRSHRN Hd, Sn, #n

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int64>, Byte)

int32_t vqrshrnd_n_s64 (int64_t a, const int n)

A64: SQRSHRN Sd, Dn, #n

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int16>, Byte)

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

int8_t vqrshrnh_n_s16 (int16_t a, const int n)

A64: SQRSHRN Bd, Hn, #n

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

Parameters

value
Vector64<Int16>
count
Byte

Returns

Applies to

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int32>, Byte)

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

int16_t vqrshrns_n_s32 (int32_t a, const int n)

A64: SQRSHRN Hd, Sn, #n

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

Parameters

value
Vector64<Int32>
count
Byte

Returns

Applies to

ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int64>, Byte)

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

int32_t vqrshrnd_n_s64 (int64_t a, const int n)

A64: SQRSHRN Sd, Dn, #n

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

Parameters

value
Vector64<Int64>
count
Byte

Returns

Applies to