SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint8x16_t[__arm_]vmlasq_m[_n_u8](uint8x16_t m1, uint8x16_t m2, uint8_t add, mve_pred16_t p)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:

VMSR P0,Rp

VPST

VMLAST.U8 Qda,Qn,Rm

Argument Preparation
m1 register: Qdam2 register: Qnadd register: Rmp register: Rp
Architectures
MVE