SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint64_t[__arm_]vaddlvq[_u32](uint32x4_t a)Vector arithmetic / Add / Addition
Description
Add across the elements of a vector accumulating the result into a scalar. The 64 bit result is stored across two registers, the upper-half is stored in an odd-numbered register and the lower half is stored in an even-numbered register. The initial value of the general-purpose destination registers can optionally be added to the result.
Results
[RdaHi,RdaLo] result
This intrinsic compiles to the following instructions:

VADDLV.U32 RdaLo,RdaHi,Qm

Argument Preparation
a register: Qm
Architectures
MVE