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

VMLAS.U32 Qda,Qn,Rm

Argument Preparation
m1 register: Qdam2 register: Qnadd register: Rm
Architectures
MVE