AdvSimd.Arm64.MultiplyDoublingWideningSaturateScalarBySelectedScalar Method

Definition

Overloads

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int16>, Vector128<Int16>, Byte)

int32_t vqdmullh_laneq_s16 (int16_t a, int16x8_t v, const int lane)

A64: SQDMULL Sd, Hn, Vm.H[lane]

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int16>, Vector64<Int16>, Byte)

int32_t vqdmullh_lane_s16 (int16_t a, int16x4_t v, const int lane)

A64: SQDMULL Sd, Hn, Vm.H[lane]

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int32>, Vector128<Int32>, Byte)

int64_t vqdmulls_laneq_s32 (int32_t a, int32x4_t v, const int lane)

A64: SQDMULL Dd, Sn, Vm.S[lane]

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int32>, Vector64<Int32>, Byte)

int64_t vqdmulls_lane_s32 (int32_t a, int32x2_t v, const int lane)

A64: SQDMULL Dd, Sn, Vm.S[lane]

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int16>, Vector128<Int16>, Byte)

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

int32_t vqdmullh_laneq_s16 (int16_t a, int16x8_t v, const int lane)

A64: SQDMULL Sd, Hn, Vm.H[lane]

C#
public static System.Runtime.Intrinsics.Vector64<int> MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64<short> left, System.Runtime.Intrinsics.Vector128<short> right, byte rightIndex);

Parameters

left
Vector64<Int16>
right
Vector128<Int16>
rightIndex
Byte

Returns

Applies to

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

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int16>, Vector64<Int16>, Byte)

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

int32_t vqdmullh_lane_s16 (int16_t a, int16x4_t v, const int lane)

A64: SQDMULL Sd, Hn, Vm.H[lane]

C#
public static System.Runtime.Intrinsics.Vector64<int> MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64<short> left, System.Runtime.Intrinsics.Vector64<short> right, byte rightIndex);

Parameters

left
Vector64<Int16>
right
Vector64<Int16>
rightIndex
Byte

Returns

Applies to

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

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int32>, Vector128<Int32>, Byte)

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

int64_t vqdmulls_laneq_s32 (int32_t a, int32x4_t v, const int lane)

A64: SQDMULL Dd, Sn, Vm.S[lane]

C#
public static System.Runtime.Intrinsics.Vector64<long> MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64<int> left, System.Runtime.Intrinsics.Vector128<int> right, byte rightIndex);

Parameters

left
Vector64<Int32>
right
Vector128<Int32>
rightIndex
Byte

Returns

Applies to

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

MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<Int32>, Vector64<Int32>, Byte)

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

int64_t vqdmulls_lane_s32 (int32_t a, int32x2_t v, const int lane)

A64: SQDMULL Dd, Sn, Vm.S[lane]

C#
public static System.Runtime.Intrinsics.Vector64<long> MultiplyDoublingWideningSaturateScalarBySelectedScalar(System.Runtime.Intrinsics.Vector64<int> left, System.Runtime.Intrinsics.Vector64<int> right, byte rightIndex);

Parameters

left
Vector64<Int32>
right
Vector64<Int32>
rightIndex
Byte

Returns

Applies to

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