AdvSimd.Arm64.ExtractNarrowingSaturateUnsignedScalar Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

ExtractNarrowingSaturateUnsignedScalar(Vector64<Int64>)

uint32_t vqmovund_s64 (int64_t a)

A64: SQXTUN Sd, Dn

ExtractNarrowingSaturateUnsignedScalar(Vector64<Int16>)

uint8_t vqmovunh_s16 (int16_t a)

A64: SQXTUN Bd, Hn

ExtractNarrowingSaturateUnsignedScalar(Vector64<Int32>)

uint16_t vqmovuns_s32 (int32_t a)

A64: SQXTUN Hd, Sn

ExtractNarrowingSaturateUnsignedScalar(Vector64<Int64>)

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

uint32_t vqmovund_s64 (int64_t a)

A64: SQXTUN Sd, Dn

C#
public static System.Runtime.Intrinsics.Vector64<uint> ExtractNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64<long> value);

Parameters

value
Vector64<Int64>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ExtractNarrowingSaturateUnsignedScalar(Vector64<Int16>)

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

uint8_t vqmovunh_s16 (int16_t a)

A64: SQXTUN Bd, Hn

C#
public static System.Runtime.Intrinsics.Vector64<byte> ExtractNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64<short> value);

Parameters

value
Vector64<Int16>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ExtractNarrowingSaturateUnsignedScalar(Vector64<Int32>)

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

uint16_t vqmovuns_s32 (int32_t a)

A64: SQXTUN Hd, Sn

C#
public static System.Runtime.Intrinsics.Vector64<ushort> ExtractNarrowingSaturateUnsignedScalar(System.Runtime.Intrinsics.Vector64<int> value);

Parameters

value
Vector64<Int32>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10