SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonfloat32x2_tvmla_laneq_f32(float32x2_t a, float32x2_t b, float32x4_t v, const int lane)Scalar arithmetic / Vector multiply-accumulate by scalar
Description
Multiply-Add to accumulator
Results
N/A result
This intrinsic compiles to the following instructions:

RESULT[I] = a[i] + (b[i] * v[lane]) for i = 0 to 1

Argument Preparation
a b v lane minimum: 0; maximum: 3
Architectures
A64

Operation

No operation information.