SVE Instruction List by Dougall Johnson
FDOT (2-way, vectors, FP8 to FP16): 8-bit floating-point dot product to half-precision
FDOT Zda.H, Zn.B, Zm.B (SVE2+FP8DOT2+NS (SSVE-FP8DOT2
128-bit SVE

For each 16-bit element, multiply two adjacent pairs of 8-bit float elements from (1) and (2), and add the two products to the corresponding half-precision element of (3). The FP8 format for each 8-bit source operand is selected independently by FPMR.
256-bit SVE

For each 16-bit element, multiply two adjacent pairs of 8-bit float elements from (1) and (2), and add the two products to the corresponding half-precision element of (3). The FP8 format for each 8-bit source operand is selected independently by FPMR.
512-bit SVE

For each 16-bit element, multiply two adjacent pairs of 8-bit float elements from (1) and (2), and add the two products to the corresponding half-precision element of (3). The FP8 format for each 8-bit source operand is selected independently by FPMR.
Larger sizes
1024-bit SVE

For each 16-bit element, multiply two adjacent pairs of 8-bit float elements from (1) and (2), and add the two products to the corresponding half-precision element of (3). The FP8 format for each 8-bit source operand is selected independently by FPMR.
2048-bit SVE

For each 16-bit element, multiply two adjacent pairs of 8-bit float elements from (1) and (2), and add the two products to the corresponding half-precision element of (3). The FP8 format for each 8-bit source operand is selected independently by FPMR.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.