SVE Instruction List by Dougall Johnson
See "LSR (immediate, unpredicated)" in the exploration tools

LSR (immediate, unpredicated): Logical shift right by immediate (unpredicated)

LSR Zd.B, Zn.B, #const (SVE (SME
svuint8_t svlsr[_n_u8]_x(svbool_t pg, svuint8_t op1, uint8_t op2)
svuint8_t svlsr_wide[_n_u8]_x(svbool_t pg, svuint8_t op1, uint64_t op2)

128-bit SVE

For each 8-bit unsigned integer set (2) to (1) >> const. The shift amount is limited to 1 ≤ const ≤ 8.

256-bit SVE

For each 8-bit unsigned integer set (2) to (1) >> const. The shift amount is limited to 1 ≤ const ≤ 8.

512-bit SVE

For each 8-bit unsigned integer set (2) to (1) >> const. The shift amount is limited to 1 ≤ const ≤ 8.

Larger sizes

1024-bit SVE

For each 8-bit unsigned integer set (2) to (1) >> const. The shift amount is limited to 1 ≤ const ≤ 8.

2048-bit SVE

For each 8-bit unsigned integer set (2) to (1) >> const. The shift amount is limited to 1 ≤ const ≤ 8.

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