AdvSimd.Arm64.ShiftRightArithmeticRoundedNarrowingSaturateScalar Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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) |
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
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)
Parâmetros
- count
- Byte
Retornos
Aplica-se a
ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int64>, Byte)
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)
Parâmetros
- count
- Byte
Retornos
Aplica-se a
ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<Int16>, Byte)
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)
Parâmetros
- count
- Byte