Method vraddhn_high_u16
vraddhn_high_u16(v64, v128, v128)
Rounding Add returning High Narrow. This instruction adds each vector element in the first source SIMD&FP register to the corresponding vector element in the second source SIMD&FP register, places the most significant half of the result into a vector, and writes the vector to the lower or upper half of the destination SIMD&FP register.The results are rounded. For truncated results, see ADDHN.The RADDHN instruction writes the vector to the lower half of the destination register and clears the upper half, while the RADDHN2 instruction writes the vector to the upper half of the destination register without affecting the other bits of the register.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
Equivalent instruction: RADDHN2 Vd.16B,Vn.8H,Vm.8H
Declaration
public static v128 vraddhn_high_u16(v64 a0, v128 a1, v128 a2)
Parameters
Type | Name | Description |
---|---|---|
v64 | a0 | 64-bit vector a0 |
v128 | a1 | 128-bit vector a1 |
v128 | a2 | 128-bit vector a2 |
Returns
Type | Description |
---|---|
v128 | 128-bit vector |