AdvSimd.AbsoluteDifferenceWideningLower Method

Definition

Overloads

AbsoluteDifferenceWideningLower(Vector64<Byte>, Vector64<Byte>)

uint16x8_t vabdl_u8 (uint8x8_t a, uint8x8_t b)

A32: VABDL.U8 Qd, Dn, Dm

A64: UABDL Vd.8H, Vn.8B, Vm.8B

AbsoluteDifferenceWideningLower(Vector64<Int16>, Vector64<Int16>)

int32x4_t vabdl_s16 (int16x4_t a, int16x4_t b)

A32: VABDL.S16 Qd, Dn, Dm

A64: SABDL Vd.4S, Vn.4H, Vm.4H

AbsoluteDifferenceWideningLower(Vector64<Int32>, Vector64<Int32>)

int64x2_t vabdl_s32 (int32x2_t a, int32x2_t b)

A32: VABDL.S32 Qd, Dn, Dm

A64: SABDL Vd.2D, Vn.2S, Vm.2S

AbsoluteDifferenceWideningLower(Vector64<SByte>, Vector64<SByte>)

int16x8_t vabdl_s8 (int8x8_t a, int8x8_t b)

A32: VABDL.S8 Qd, Dn, Dm

A64: SABDL Vd.8H, Vn.8B, Vm.8B

AbsoluteDifferenceWideningLower(Vector64<UInt16>, Vector64<UInt16>)

uint32x4_t vabdl_u16 (uint16x4_t a, uint16x4_t b)

A32: VABDL.U16 Qd, Dn, Dm

A64: UABDL Vd.4S, Vn.4H, Vm.4H

AbsoluteDifferenceWideningLower(Vector64<UInt32>, Vector64<UInt32>)

uint64x2_t vabdl_u32 (uint32x2_t a, uint32x2_t b)

A32: VABDL.U32 Qd, Dn, Dm

A64: UABDL Vd.2D, Vn.2S, Vm.2S

AbsoluteDifferenceWideningLower(Vector64<Byte>, Vector64<Byte>)

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

uint16x8_t vabdl_u8 (uint8x8_t a, uint8x8_t b)

A32: VABDL.U8 Qd, Dn, Dm

A64: UABDL Vd.8H, Vn.8B, Vm.8B

public static System.Runtime.Intrinsics.Vector128<ushort> AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64<byte> left, System.Runtime.Intrinsics.Vector64<byte> right);

Parameters

left
Vector64<Byte>
right
Vector64<Byte>

Returns

Applies to

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

AbsoluteDifferenceWideningLower(Vector64<Int16>, Vector64<Int16>)

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

int32x4_t vabdl_s16 (int16x4_t a, int16x4_t b)

A32: VABDL.S16 Qd, Dn, Dm

A64: SABDL Vd.4S, Vn.4H, Vm.4H

public static System.Runtime.Intrinsics.Vector128<uint> AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64<short> left, System.Runtime.Intrinsics.Vector64<short> right);

Parameters

left
Vector64<Int16>
right
Vector64<Int16>

Returns

Applies to

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

AbsoluteDifferenceWideningLower(Vector64<Int32>, Vector64<Int32>)

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

int64x2_t vabdl_s32 (int32x2_t a, int32x2_t b)

A32: VABDL.S32 Qd, Dn, Dm

A64: SABDL Vd.2D, Vn.2S, Vm.2S

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

Parameters

left
Vector64<Int32>
right
Vector64<Int32>

Returns

Applies to

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

AbsoluteDifferenceWideningLower(Vector64<SByte>, Vector64<SByte>)

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

int16x8_t vabdl_s8 (int8x8_t a, int8x8_t b)

A32: VABDL.S8 Qd, Dn, Dm

A64: SABDL Vd.8H, Vn.8B, Vm.8B

public static System.Runtime.Intrinsics.Vector128<ushort> AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64<sbyte> left, System.Runtime.Intrinsics.Vector64<sbyte> right);

Parameters

left
Vector64<SByte>
right
Vector64<SByte>

Returns

Applies to

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

AbsoluteDifferenceWideningLower(Vector64<UInt16>, Vector64<UInt16>)

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

uint32x4_t vabdl_u16 (uint16x4_t a, uint16x4_t b)

A32: VABDL.U16 Qd, Dn, Dm

A64: UABDL Vd.4S, Vn.4H, Vm.4H

public static System.Runtime.Intrinsics.Vector128<uint> AbsoluteDifferenceWideningLower(System.Runtime.Intrinsics.Vector64<ushort> left, System.Runtime.Intrinsics.Vector64<ushort> right);

Parameters

right
Vector64<UInt16>

Returns

Applies to

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

AbsoluteDifferenceWideningLower(Vector64<UInt32>, Vector64<UInt32>)

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

uint64x2_t vabdl_u32 (uint32x2_t a, uint32x2_t b)

A32: VABDL.U32 Qd, Dn, Dm

A64: UABDL Vd.2D, Vn.2S, Vm.2S

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

Parameters

right
Vector64<UInt32>

Returns

Applies to

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