SVE Instruction List by Dougall Johnson
FADDA: Floating-point add strictly-ordered reduction, accumulating in scalar
FADDA Sdn, Pg, Sdn, Zm.S (SVE+NS
float32_t svadda[_f32](svbool_t pg, float32_t initial, svfloat32_t op)
128-bit SVE
Add active 32-bit float elements from (2) to a scalar accumulator (1), in order, from lower to upper, storing the result in (3). Inactive elements are skipped.
256-bit SVE
Add active 32-bit float elements from (2) to a scalar accumulator (1), in order, from lower to upper, storing the result in (3). Inactive elements are skipped.
512-bit SVE
Add active 32-bit float elements from (2) to a scalar accumulator (1), in order, from lower to upper, storing the result in (3). Inactive elements are skipped.
Larger sizes
1024-bit SVE
Add active 32-bit float elements from (2) to a scalar accumulator (1), in order, from lower to upper, storing the result in (3). Inactive elements are skipped.
2048-bit SVE
Add active 32-bit float elements from (2) to a scalar accumulator (1), in order, from lower to upper, storing the result in (3). Inactive elements are skipped.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.