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

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


AdvSimd.SubtractSaturateScalar Метод

Определение

Перегрузки

SubtractSaturateScalar(Vector64<Int64>, Vector64<Int64>)

int64x1_t vqsub_s64 (int64x1_t a, int64x1_t b)

A32: VQSUB.S64 Dd, Dn, Dm

A64: SQSUB Dd, Dn, Dm

SubtractSaturateScalar(Vector64<UInt64>, Vector64<UInt64>)

uint64x1_t vqsub_u64 (uint64x1_t a, uint64x1_t b)

A32: VQSUB.U64 Dd, Dn, Dm

A64: UQSUB Dd, Dn, Dm

SubtractSaturateScalar(Vector64<Int64>, Vector64<Int64>)

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

int64x1_t vqsub_s64 (int64x1_t a, int64x1_t b)

A32: VQSUB.S64 Dd, Dn, Dm

A64: SQSUB Dd, Dn, Dm

public static System.Runtime.Intrinsics.Vector64<long> SubtractSaturateScalar (System.Runtime.Intrinsics.Vector64<long> left, System.Runtime.Intrinsics.Vector64<long> right);

Параметры

left
Vector64<Int64>
right
Vector64<Int64>

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

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

SubtractSaturateScalar(Vector64<UInt64>, Vector64<UInt64>)

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

uint64x1_t vqsub_u64 (uint64x1_t a, uint64x1_t b)

A32: VQSUB.U64 Dd, Dn, Dm

A64: UQSUB Dd, Dn, Dm

public static System.Runtime.Intrinsics.Vector64<ulong> SubtractSaturateScalar (System.Runtime.Intrinsics.Vector64<ulong> left, System.Runtime.Intrinsics.Vector64<ulong> right);

Параметры

right
Vector64<UInt64>

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

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