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

FLOGB: Floating-point base 2 logarithm as integer

FLOGB Zd.S, Pg/M, Zn.S (SVE2 (SME
svint32_t svlogb[_f32]_m(svint32_t inactive, svbool_t pg, svfloat32_t op)

128-bit SVE

For each 32-bit float in (1), set (2) to its unbiased binary exponent as a signed 32-bit integer.

256-bit SVE

For each 32-bit float in (1), set (2) to its unbiased binary exponent as a signed 32-bit integer.

512-bit SVE

For each 32-bit float in (1), set (2) to its unbiased binary exponent as a signed 32-bit integer.

Larger sizes

1024-bit SVE

For each 32-bit float in (1), set (2) to its unbiased binary exponent as a signed 32-bit integer.

2048-bit SVE

For each 32-bit float in (1), set (2) to its unbiased binary exponent as a signed 32-bit integer.

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