vfma_lane_f64
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | float64x1_t | vfma_lane_f64 | (float64x1_t a, float64x1_t b, float64x1_t v, const int lane) | Vector arithmetic / Multiply / Fused multiply-accumulate | |
Description Floating-point fused Multiply-Add to accumulator (by element). This instruction multiplies the vector elements in the first source SIMD&FP register by the specified value in the second source SIMD&FP register, and accumulates the results in the vector elements of the destination SIMD&FP register. Results Dd result This intrinsic compiles to the following instructions: FMLA Argument Preparation a register: Ddb register: Dnv register: Vm.1Dlane minimum: 0; maximum: 0 Architectures A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.