SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonint16_tvaddvq_s16(int16x8_t a)Vector arithmetic / Across vector arithmetic / Addition across vector
Description
Add across Vector. This instruction adds every vector element in the source SIMD&FP register together, and writes the scalar result to the destination SIMD&FP register.
Results
Hd result
This intrinsic compiles to the following instructions:

ADDV Hd,Vn.8H

Argument Preparation
a register: Vn.8H
Architectures
A64

Operation

CheckFPAdvSIMDEnabled64();
bits(datasize) operand = V[n];
V[d] = Reduce(op, operand, esize);