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

BFSCALE: BFloat16 adjust exponent (predicated)

BFSCALE Zdn.H, Pg/M, Zdn.H, Zm.H (SVE+BFSCALE+NS (SME2+BFSCALE

128-bit SVE

For each BFloat16 from (1) and 16-bit signed integer from (2), set (3) to (1) * 2.0(2) as a BFloat16.

256-bit SVE

For each BFloat16 from (1) and 16-bit signed integer from (2), set (3) to (1) * 2.0(2) as a BFloat16.

512-bit SVE

For each BFloat16 from (1) and 16-bit signed integer from (2), set (3) to (1) * 2.0(2) as a BFloat16.

Larger sizes

1024-bit SVE

For each BFloat16 from (1) and 16-bit signed integer from (2), set (3) to (1) * 2.0(2) as a BFloat16.

2048-bit SVE

For each BFloat16 from (1) and 16-bit signed integer from (2), set (3) to (1) * 2.0(2) as a BFloat16.

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