SVE Instruction List by Dougall Johnson
See "FCVT" in the exploration tools

FCVT: Floating-point convert (predicated)

FCVT Zd.D, Pg/Z, Zn.H (SVE2.2 (SME2.2

128-bit SVE

Set each 64-bit lane of (2) by taking the lowest overlapping 16-bit float from (1) and converting it to a 64-bit float.

256-bit SVE

Set each 64-bit lane of (2) by taking the lowest overlapping 16-bit float from (1) and converting it to a 64-bit float.

512-bit SVE

Set each 64-bit lane of (2) by taking the lowest overlapping 16-bit float from (1) and converting it to a 64-bit float.

Larger sizes

1024-bit SVE

Set each 64-bit lane of (2) by taking the lowest overlapping 16-bit float from (1) and converting it to a 64-bit float.

2048-bit SVE

Set each 64-bit lane of (2) by taking the lowest overlapping 16-bit float from (1) and converting it to a 64-bit float.

Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.