SVE Instruction List by Dougall Johnson
FADDA: Floating-point add strictly-ordered reduction, accumulating in scalar
FADDA Hdn, Pg, Hdn, Zm.H (SVE+NS
float16_t svadda[_f16](svbool_t pg, float16_t initial, svfloat16_t op)
128-bit SVE
Add active 16-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 16-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 16-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 16-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 16-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.