SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonfloat32x2_tvmls_n_f32(float32x2_t a, float32x2_t b, float32_t c)Scalar arithmetic / Vector multiply-accumulate by scalar and widen
Description
Vector multiply subtract with scalar
Results
N/A result
This intrinsic compiles to the following instructions:

RESULT[I] = a[i] - (b[i] * c) for i = 0 to 1

Argument Preparation
a register: N/Ab register: N/Ac register: N/A
Architectures
v7, A32, A64

Operation

No operation information.