AdvSimd.MultiplyDoublingWideningSaturateUpperBySelectedScalar Method

Definition

Overloads

MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<Int16>, Vector128<Int16>, Byte)

int32x4_t vqdmull_high_laneq_s16 (int16x8_t a, int16x8_t v, const int lane)

A32: VQDMULL.S16 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.4S, Vn.8H, Vm.H[lane]

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

int32x4_t vqdmull_high_lane_s16 (int16x8_t a, int16x4_t v, const int lane)

A32: VQDMULL.S16 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.4S, Vn.8H, Vm.H[lane]

MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<Int32>, Vector128<Int32>, Byte)

int64x2_t vqdmull_high_laneq_s32 (int32x4_t a, int32x4_t v, const int lane)

A32: VQDMULL.S32 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.2D, Vn.4S, Vm.S[lane]

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

int64x2_t vqdmull_high_lane_s32 (int32x4_t a, int32x2_t v, const int lane)

A32: VQDMULL.S32 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.2D, Vn.4S, Vm.S[lane]

MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<Int16>, Vector128<Int16>, Byte)

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

int32x4_t vqdmull_high_laneq_s16 (int16x8_t a, int16x8_t v, const int lane)

A32: VQDMULL.S16 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.4S, Vn.8H, Vm.H[lane]

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

Parameters

right
Vector128<Int16>
rightIndex
Byte

Returns

Applies to

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

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

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

int32x4_t vqdmull_high_lane_s16 (int16x8_t a, int16x4_t v, const int lane)

A32: VQDMULL.S16 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.4S, Vn.8H, Vm.H[lane]

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

Parameters

right
Vector64<Int16>
rightIndex
Byte

Returns

Applies to

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

MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<Int32>, Vector128<Int32>, Byte)

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

int64x2_t vqdmull_high_laneq_s32 (int32x4_t a, int32x4_t v, const int lane)

A32: VQDMULL.S32 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.2D, Vn.4S, Vm.S[lane]

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

Parameters

right
Vector128<Int32>
rightIndex
Byte

Returns

Applies to

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

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

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

int64x2_t vqdmull_high_lane_s32 (int32x4_t a, int32x2_t v, const int lane)

A32: VQDMULL.S32 Qd, Dn+1, Dm[lane]

A64: SQDMULL2 Vd.2D, Vn.4S, Vm.S[lane]

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

Parameters

right
Vector64<Int32>
rightIndex
Byte

Returns

Applies to

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