SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonfloat64x1_tvmla_f64(float64x1_t a, float64x1_t b, float64x1_t c)Vector arithmetic / Multiply / Multiply-accumulate
Description
Floating-point multiply-add to accumulator
Results
N/A result
This intrinsic compiles to the following instructions:

RESULT[I] = a[i] + (b[i] * c[i]) for i = 0

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

Operation

No operation information.