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

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


AdvSimd.FusedAddRoundedHalving Метод

Определение

Перегрузки

FusedAddRoundedHalving(Vector64<UInt32>, Vector64<UInt32>)

uint32x2_t vrhadd_u32 (uint32x2_t a, uint32x2_t b)

A32: VRHADD. U32 Dd, Dn, Dm

A64: URHADD Vd.2S, Vn.2S, Vm.2S

FusedAddRoundedHalving(Vector64<UInt16>, Vector64<UInt16>)

uint16x4_t vrhadd_u16 (uint16x4_t a, uint16x4_t b)

A32: VRHADD. U16 Dd, Dn, Dm

A64: URHADD Vd.4H, Vn.4H, Vm.4H

FusedAddRoundedHalving(Vector64<SByte>, Vector64<SByte>)

int8x8_t vrhadd_s8 (int8x8_t a, int8x8_t b)

A32: VRHADD. S8 Dd, Dn, Dm

A64: SRHADD Vd.8B, Vn.8B, Vm.8B

FusedAddRoundedHalving(Vector64<Int32>, Vector64<Int32>)

int32x2_t vrhadd_s32 (int32x2_t a, int32x2_t b)

A32: VRHADD. S32 Dd, Dn, Dm

A64: SRHADD Vd.2S, Vn.2S, Vm.2S

FusedAddRoundedHalving(Vector64<Byte>, Vector64<Byte>)

uint8x8_t vrhadd_u8 (uint8x8_t a, uint8x8_t b)

A32: VRHADD. U8 Dd, Dn, Dm

A64: URHADD Vd.8B, Vn.8B, Vm.8B

FusedAddRoundedHalving(Vector64<Int16>, Vector64<Int16>)

int16x4_t vrhadd_s16 (int16x4_t a, int16x4_t b)

A32: VRHADD. S16 Dd, Dn, Dm

A64: SRHADD Vd.4H, Vn.4H, Vm.4H

FusedAddRoundedHalving(Vector128<UInt16>, Vector128<UInt16>)

uint16x8_t vrhaddq_u16 (uint16x8_t a, uint16x8_t b)

A32: VRHADD. U16 Qd, Qn, Qm

A64: URHADD Vd.8H, Vn.8H, Vm.8H

FusedAddRoundedHalving(Vector128<SByte>, Vector128<SByte>)

int8x16_t vrhaddq_s8 (int8x16_t a, int8x16_t b)

A32: VRHADD. S8 Qd, Qn, Qm

A64: SRHADD Vd.16B, Vn.16B, Vm.16B

FusedAddRoundedHalving(Vector128<Int32>, Vector128<Int32>)

int32x4_t vrhaddq_s32 (int32x4_t a, int32x4_t b)

A32: VRHADD. S32 Qd, Qn, Qm

A64: SRHADD Vd.4S, Vn.4S, Vm.4S

FusedAddRoundedHalving(Vector128<Int16>, Vector128<Int16>)

int16x8_t vrhaddq_s16 (int16x8_t a, int16x8_t b)

A32: VRHADD. S16 Qd, Qn, Qm

A64: SRHADD Vd.8H, Vn.8H, Vm.8H

FusedAddRoundedHalving(Vector128<Byte>, Vector128<Byte>)

uint8x16_t vrhaddq_u8 (uint8x16_t a, uint8x16_t b)

A32: VRHADD. U8 Qd, Qn, Qm

A64: URHADD Vd.16B, Vn.16B, Vm.16B

FusedAddRoundedHalving(Vector128<UInt32>, Vector128<UInt32>)

uint32x4_t vrhaddq_u32 (uint32x4_t a, uint32x4_t b)

A32: VRHADD. U32 Qd, Qn, Qm

A64: URHADD Vd.4S, Vn.4S, Vm.4S

FusedAddRoundedHalving(Vector64<UInt32>, Vector64<UInt32>)

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

uint32x2_t vrhadd_u32 (uint32x2_t a, uint32x2_t b)

A32: VRHADD. U32 Dd, Dn, Dm

A64: URHADD Vd.2S, Vn.2S, Vm.2S

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

Параметры

right
Vector64<UInt32>

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

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

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

FusedAddRoundedHalving(Vector64<UInt16>, Vector64<UInt16>)

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

uint16x4_t vrhadd_u16 (uint16x4_t a, uint16x4_t b)

A32: VRHADD. U16 Dd, Dn, Dm

A64: URHADD Vd.4H, Vn.4H, Vm.4H

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

Параметры

right
Vector64<UInt16>

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

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

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

FusedAddRoundedHalving(Vector64<SByte>, Vector64<SByte>)

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

int8x8_t vrhadd_s8 (int8x8_t a, int8x8_t b)

A32: VRHADD. S8 Dd, Dn, Dm

A64: SRHADD Vd.8B, Vn.8B, Vm.8B

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

Параметры

left
Vector64<SByte>
right
Vector64<SByte>

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

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

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

FusedAddRoundedHalving(Vector64<Int32>, Vector64<Int32>)

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

int32x2_t vrhadd_s32 (int32x2_t a, int32x2_t b)

A32: VRHADD. S32 Dd, Dn, Dm

A64: SRHADD Vd.2S, Vn.2S, Vm.2S

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

Параметры

left
Vector64<Int32>
right
Vector64<Int32>

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

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

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

FusedAddRoundedHalving(Vector64<Byte>, Vector64<Byte>)

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

uint8x8_t vrhadd_u8 (uint8x8_t a, uint8x8_t b)

A32: VRHADD. U8 Dd, Dn, Dm

A64: URHADD Vd.8B, Vn.8B, Vm.8B

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

Параметры

left
Vector64<Byte>
right
Vector64<Byte>

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

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

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

FusedAddRoundedHalving(Vector64<Int16>, Vector64<Int16>)

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

int16x4_t vrhadd_s16 (int16x4_t a, int16x4_t b)

A32: VRHADD. S16 Dd, Dn, Dm

A64: SRHADD Vd.4H, Vn.4H, Vm.4H

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

Параметры

left
Vector64<Int16>
right
Vector64<Int16>

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

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

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

FusedAddRoundedHalving(Vector128<UInt16>, Vector128<UInt16>)

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

uint16x8_t vrhaddq_u16 (uint16x8_t a, uint16x8_t b)

A32: VRHADD. U16 Qd, Qn, Qm

A64: URHADD Vd.8H, Vn.8H, Vm.8H

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

Параметры

right
Vector128<UInt16>

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

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

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

FusedAddRoundedHalving(Vector128<SByte>, Vector128<SByte>)

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

int8x16_t vrhaddq_s8 (int8x16_t a, int8x16_t b)

A32: VRHADD. S8 Qd, Qn, Qm

A64: SRHADD Vd.16B, Vn.16B, Vm.16B

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

Параметры

right
Vector128<SByte>

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

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

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

FusedAddRoundedHalving(Vector128<Int32>, Vector128<Int32>)

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

int32x4_t vrhaddq_s32 (int32x4_t a, int32x4_t b)

A32: VRHADD. S32 Qd, Qn, Qm

A64: SRHADD Vd.4S, Vn.4S, Vm.4S

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

Параметры

right
Vector128<Int32>

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

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

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

FusedAddRoundedHalving(Vector128<Int16>, Vector128<Int16>)

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

int16x8_t vrhaddq_s16 (int16x8_t a, int16x8_t b)

A32: VRHADD. S16 Qd, Qn, Qm

A64: SRHADD Vd.8H, Vn.8H, Vm.8H

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

Параметры

right
Vector128<Int16>

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

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

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

FusedAddRoundedHalving(Vector128<Byte>, Vector128<Byte>)

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

uint8x16_t vrhaddq_u8 (uint8x16_t a, uint8x16_t b)

A32: VRHADD. U8 Qd, Qn, Qm

A64: URHADD Vd.16B, Vn.16B, Vm.16B

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

Параметры

left
Vector128<Byte>
right
Vector128<Byte>

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

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

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

FusedAddRoundedHalving(Vector128<UInt32>, Vector128<UInt32>)

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

uint32x4_t vrhaddq_u32 (uint32x4_t a, uint32x4_t b)

A32: VRHADD. U32 Qd, Qn, Qm

A64: URHADD Vd.4S, Vn.4S, Vm.4S

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

Параметры

right
Vector128<UInt32>

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

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

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