SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint32x4_t[__arm_]vmlaq[_n_u32](uint32x4_t add, uint32x4_t m1, uint32_t m2)Vector arithmetic / Multiply / Multiply-accumulate
Description
Multiply each element in the source vector by a scalar value and add to the respective element from the destination vector. Store the result in the destination register.
Results
Qda result
This intrinsic compiles to the following instructions:

VMLA.U32 Qda,Qn,Rm

Argument Preparation
add register: Qdam1 register: Qnm2 register: Rm
Architectures
MVE