SVE Instruction List by Dougall Johnson
FLOGB: Floating-point base 2 logarithm as integer
FLOGB Zd.D, Pg/M, Zn.D (SVE2 (SME
svint64_t svlogb[_f64]_m(svint64_t inactive, svbool_t pg, svfloat64_t op)
128-bit SVE
For each 64-bit float in (1), set (2) to its unbiased binary exponent as a signed 64-bit integer.
256-bit SVE
For each 64-bit float in (1), set (2) to its unbiased binary exponent as a signed 64-bit integer.
512-bit SVE
For each 64-bit float in (1), set (2) to its unbiased binary exponent as a signed 64-bit integer.
Larger sizes
1024-bit SVE
For each 64-bit float in (1), set (2) to its unbiased binary exponent as a signed 64-bit integer.
2048-bit SVE
For each 64-bit float in (1), set (2) to its unbiased binary exponent as a signed 64-bit integer.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.