vfma_f64
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | float64x1_t | vfma_f64 | (float64x1_t a, float64x1_t b, float64x1_t c) | Vector arithmetic / Multiply / Fused multiply-accumulate | |
Description Floating-point fused Multiply-Add (scalar). This instruction multiplies the values of the first two SIMD&FP source registers, adds the product to the value of the third SIMD&FP source register, and writes the result to the SIMD&FP destination register. Results Dd result This intrinsic compiles to the following instructions: FMADD Argument Preparation a register: Dab register: Dnc register: Dm Architectures A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.