AdvSimd.ExtractNarrowingSaturateUnsignedUpper Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| ExtractNarrowingSaturateUnsignedUpper(Vector64<Byte>, Vector128<Int16>) |
uint8x16_t vqmovun_high_s16 (uint8x8_t r, int16x8_t a) A32: VQMOVUN. S16 Dd+1, Qm A64: SQXTUN2 Vd.16B, Vn.8H |
| ExtractNarrowingSaturateUnsignedUpper(Vector64<UInt16>, Vector128<Int32>) |
uint16x8_t vqmovun_high_s32 (uint16x4_t r, int32x4_t a) A32: VQMOVUN. S32 Dd+1, Qm A64: SQXTUN2 Vd.8H, Vn.4S |
| ExtractNarrowingSaturateUnsignedUpper(Vector64<UInt32>, Vector128<Int64>) |
uint32x4_t vqmovun_high_s64 (uint32x2_t r, int64x2_t a) A32: VQMOVUN. S64 Dd+1, Qm A64: SQXTUN2 Vd.4S, Vn.2D |
ExtractNarrowingSaturateUnsignedUpper(Vector64<Byte>, Vector128<Int16>)
uint8x16_t vqmovun_high_s16 (uint8x8_t r, int16x8_t a)
A32: VQMOVUN. S16 Dd+1, Qm
A64: SQXTUN2 Vd.16B, Vn.8H
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> ExtractNarrowingSaturateUnsignedUpper(System::Runtime::Intrinsics::Vector64<System::Byte> lower, System::Runtime::Intrinsics::Vector128<short> value);
public static System.Runtime.Intrinsics.Vector128<byte> ExtractNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64<byte> lower, System.Runtime.Intrinsics.Vector128<short> value);
static member ExtractNarrowingSaturateUnsignedUpper : System.Runtime.Intrinsics.Vector64<byte> * System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function ExtractNarrowingSaturateUnsignedUpper (lower As Vector64(Of Byte), value As Vector128(Of Short)) As Vector128(Of Byte)
Parameters
Retouren
Van toepassing op
ExtractNarrowingSaturateUnsignedUpper(Vector64<UInt16>, Vector128<Int32>)
uint16x8_t vqmovun_high_s32 (uint16x4_t r, int32x4_t a)
A32: VQMOVUN. S32 Dd+1, Qm
A64: SQXTUN2 Vd.8H, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> ExtractNarrowingSaturateUnsignedUpper(System::Runtime::Intrinsics::Vector64<System::UInt16> lower, System::Runtime::Intrinsics::Vector128<int> value);
public static System.Runtime.Intrinsics.Vector128<ushort> ExtractNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64<ushort> lower, System.Runtime.Intrinsics.Vector128<int> value);
static member ExtractNarrowingSaturateUnsignedUpper : System.Runtime.Intrinsics.Vector64<uint16> * System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function ExtractNarrowingSaturateUnsignedUpper (lower As Vector64(Of UShort), value As Vector128(Of Integer)) As Vector128(Of UShort)
Parameters
Retouren
Van toepassing op
ExtractNarrowingSaturateUnsignedUpper(Vector64<UInt32>, Vector128<Int64>)
uint32x4_t vqmovun_high_s64 (uint32x2_t r, int64x2_t a)
A32: VQMOVUN. S64 Dd+1, Qm
A64: SQXTUN2 Vd.4S, Vn.2D
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> ExtractNarrowingSaturateUnsignedUpper(System::Runtime::Intrinsics::Vector64<System::UInt32> lower, System::Runtime::Intrinsics::Vector128<long> value);
public static System.Runtime.Intrinsics.Vector128<uint> ExtractNarrowingSaturateUnsignedUpper(System.Runtime.Intrinsics.Vector64<uint> lower, System.Runtime.Intrinsics.Vector128<long> value);
static member ExtractNarrowingSaturateUnsignedUpper : System.Runtime.Intrinsics.Vector64<uint32> * System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ExtractNarrowingSaturateUnsignedUpper (lower As Vector64(Of UInteger), value As Vector128(Of Long)) As Vector128(Of UInteger)