SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint32x4_t[__arm_]vqaddq[_n_u32](uint32x4_t a, uint32_t b)Vector arithmetic / Add / Saturating addition
Description
Add the value of the elements in the first source vector register to either the respective elements in the second source vector register or a general-purpose register. The result is saturated before being written to the destination vector register.
Results
Qd result
This intrinsic compiles to the following instructions:

VQADD.U32 Qd,Qn,Rm

Argument Preparation
a register: Qnb register: Rm
Architectures
MVE