SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonint32x2_tvmls_n_s32(int32x2_t a, int32x2_t b, int32_t c)Scalar arithmetic / Vector multiply-accumulate by scalar and widen
Description
Vector multiply subtract with scalar
Results
Vd.2S result
This intrinsic compiles to the following instructions:

MLS Vd.2S,Vn.2S,Vm.S[0]

Argument Preparation
a register: Vd.2Sb register: Vn.2Sc register: Vm.S[0]
Architectures
v7, A32, A64

Operation

No operation information.