SVE Instruction List by Dougall Johnson
FCVTNB: Single-precision convert to interleaved 8-bit floating-point (bottom)
FCVTNB Zd.B, { Zn1.S, Zn2.S } (SVE2+FP8+NS (SME2+FP8
128-bit SVE

Convert each single-precision element from (1) and (2) to an 8-bit float, placing the interleaved results in the even (bottom) bytes of (3), zeroing the odd bytes. The FP8 format is selected by FPMR.
256-bit SVE

Convert each single-precision element from (1) and (2) to an 8-bit float, placing the interleaved results in the even (bottom) bytes of (3), zeroing the odd bytes. The FP8 format is selected by FPMR.
512-bit SVE

Convert each single-precision element from (1) and (2) to an 8-bit float, placing the interleaved results in the even (bottom) bytes of (3), zeroing the odd bytes. The FP8 format is selected by FPMR.
Larger sizes
1024-bit SVE

Convert each single-precision element from (1) and (2) to an 8-bit float, placing the interleaved results in the even (bottom) bytes of (3), zeroing the odd bytes. The FP8 format is selected by FPMR.
2048-bit SVE

Convert each single-precision element from (1) and (2) to an 8-bit float, placing the interleaved results in the even (bottom) bytes of (3), zeroing the odd bytes. The FP8 format is selected by FPMR.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.