vfmaq_f16
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | float16x8_t | vfmaq_f16 | (float16x8_t a, float16x8_t b, float16x8_t c) | Vector arithmetic / Multiply / Fused multiply-accumulate | |
Description Floating-point fused Multiply-Add to accumulator (vector). This instruction multiplies corresponding floating-point values in the vectors in the two source SIMD&FP registers, adds the product to the corresponding vector element of the destination SIMD&FP register, and writes the result to the destination SIMD&FP register. Results Vd.8H result This intrinsic compiles to the following instructions: FMLA Argument Preparation a register: Vd.8Hb register: Vn.8Hc register: Vm.8H Architectures A32, A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.