Freigeben über


AdvSimd.Arm64.ShiftRightArithmeticNarrowingSaturateUnsignedScalar Methode

Definition

Überlädt

ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<Int16>, Byte)

uint8_t vqshrunh_n_s16 (int16_t a, const int n)

A64: SQSHRUN Bd, Hn, #n

ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<Int32>, Byte)

uint16_t vqshruns_n_s32 (int32_t a, const int n)

A64: SQSHRUN Hd, Sn, #n

ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<Int64>, Byte)

uint32_t vqshrund_n_s64 (int64_t a, const int n)

A64: SQSHRUN Sd, Dn, #n

ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<Int16>, Byte)

Quelle:
AdvSimd.PlatformNotSupported.cs
Quelle:
AdvSimd.PlatformNotSupported.cs
Quelle:
AdvSimd.PlatformNotSupported.cs

uint8_t vqshrunh_n_s16 (int16_t a, const int n)

A64: SQSHRUN Bd, Hn, #n

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

Parameter

value
Vector64<Int16>
count
Byte

Gibt zurück

Gilt für:

ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<Int32>, Byte)

Quelle:
AdvSimd.PlatformNotSupported.cs
Quelle:
AdvSimd.PlatformNotSupported.cs
Quelle:
AdvSimd.PlatformNotSupported.cs

uint16_t vqshruns_n_s32 (int32_t a, const int n)

A64: SQSHRUN Hd, Sn, #n

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

Parameter

value
Vector64<Int32>
count
Byte

Gibt zurück

Gilt für:

ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<Int64>, Byte)

Quelle:
AdvSimd.PlatformNotSupported.cs
Quelle:
AdvSimd.PlatformNotSupported.cs
Quelle:
AdvSimd.PlatformNotSupported.cs

uint32_t vqshrund_n_s64 (int64_t a, const int n)

A64: SQSHRUN Sd, Dn, #n

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt32> ShiftRightArithmeticNarrowingSaturateUnsignedScalar(System::Runtime::Intrinsics::Vector64<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<uint> ShiftRightArithmeticNarrowingSaturateUnsignedScalar (System.Runtime.Intrinsics.Vector64<long> value, byte count);
static member ShiftRightArithmeticNarrowingSaturateUnsignedScalar : System.Runtime.Intrinsics.Vector64<int64> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ShiftRightArithmeticNarrowingSaturateUnsignedScalar (value As Vector64(Of Long), count As Byte) As Vector64(Of UInteger)

Parameter

value
Vector64<Int64>
count
Byte

Gibt zurück

Gilt für: