Прочитать на английском

Поделиться через


AdvSimd.ExtractNarrowingSaturateUnsignedLower Метод

Определение

Перегрузки

ExtractNarrowingSaturateUnsignedLower(Vector128<Int16>)

uint8x8_t vqmovun_s16 (int16x8_t a)

A32: VQMOVUN. S16 Dd, Qm

A64: SQXTUN Vd.8B, Vn.8H

ExtractNarrowingSaturateUnsignedLower(Vector128<Int32>)

uint16x4_t vqmovun_s32 (int32x4_t a)

A32: VQMOVUN. S32 Dd, Qm

A64: SQXTUN Vd.4H, Vn.4S

ExtractNarrowingSaturateUnsignedLower(Vector128<Int64>)

uint32x2_t vqmovun_s64 (int64x2_t a)

A32: VQMOVUN. S64 Dd, Qm

A64: SQXTUN Vd.2S, Vn.2D

ExtractNarrowingSaturateUnsignedLower(Vector128<Int16>)

Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs

uint8x8_t vqmovun_s16 (int16x8_t a)

A32: VQMOVUN. S16 Dd, Qm

A64: SQXTUN Vd.8B, Vn.8H

public static System.Runtime.Intrinsics.Vector64<byte> ExtractNarrowingSaturateUnsignedLower (System.Runtime.Intrinsics.Vector128<short> value);

Параметры

value
Vector128<Int16>

Возвращаемое значение

Применяется к

.NET 9 и другие версии
Продукт Версии
.NET 5, 6, 7, 8, 9

ExtractNarrowingSaturateUnsignedLower(Vector128<Int32>)

Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs

uint16x4_t vqmovun_s32 (int32x4_t a)

A32: VQMOVUN. S32 Dd, Qm

A64: SQXTUN Vd.4H, Vn.4S

public static System.Runtime.Intrinsics.Vector64<ushort> ExtractNarrowingSaturateUnsignedLower (System.Runtime.Intrinsics.Vector128<int> value);

Параметры

value
Vector128<Int32>

Возвращаемое значение

Применяется к

.NET 9 и другие версии
Продукт Версии
.NET 5, 6, 7, 8, 9

ExtractNarrowingSaturateUnsignedLower(Vector128<Int64>)

Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs

uint32x2_t vqmovun_s64 (int64x2_t a)

A32: VQMOVUN. S64 Dd, Qm

A64: SQXTUN Vd.2S, Vn.2D

public static System.Runtime.Intrinsics.Vector64<uint> ExtractNarrowingSaturateUnsignedLower (System.Runtime.Intrinsics.Vector128<long> value);

Параметры

value
Vector128<Int64>

Возвращаемое значение

Применяется к

.NET 9 и другие версии
Продукт Версии
.NET 5, 6, 7, 8, 9