AdvSimd.Arm64.ShiftRightArithmeticNarrowingSaturateScalar Méthode

Définition

Surcharges

ShiftRightArithmeticNarrowingSaturateScalar(Vector64<Int32>, Byte)

int16_t vqshrns_n_s32 (int32_t a, const int n)

A64 : SQSHRN Hd, Sn, #n

ShiftRightArithmeticNarrowingSaturateScalar(Vector64<Int64>, Byte)

int32_t vqshrnd_n_s64 (int64_t a, const int n)

A64 : SQSHRN Sd, Dn, #n

ShiftRightArithmeticNarrowingSaturateScalar(Vector64<Int16>, Byte)

int8_t vqshrnh_n_s16 (int16_t a, const int n)

A64 : SQSHRN Bd, Hn, #n

ShiftRightArithmeticNarrowingSaturateScalar(Vector64<Int32>, Byte)

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

int16_t vqshrns_n_s32 (int32_t a, const int n)

A64 : SQSHRN Hd, Sn, #n

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

Paramètres

value
Vector64<Int32>
count
Byte

Retours

S’applique à

ShiftRightArithmeticNarrowingSaturateScalar(Vector64<Int64>, Byte)

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

int32_t vqshrnd_n_s64 (int64_t a, const int n)

A64 : SQSHRN Sd, Dn, #n

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

Paramètres

value
Vector64<Int64>
count
Byte

Retours

S’applique à

ShiftRightArithmeticNarrowingSaturateScalar(Vector64<Int16>, Byte)

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

int8_t vqshrnh_n_s16 (int16_t a, const int n)

A64 : SQSHRN Bd, Hn, #n

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

Paramètres

value
Vector64<Int16>
count
Byte

Retours

S’applique à