SVE Instruction List by Dougall Johnson
See "REV (vector)" in the exploration tools

REV (vector): Reverse all elements in a vector (unpredicated)

REV Zd.B, Zn.B (SVE (SME
svint8_t svrev[_s8](svint8_t op)
svuint8_t svrev[_u8](svuint8_t op)

128-bit SVE

Reverse the order of the 8-bit values from (1), setting (2) to the result.

256-bit SVE

Reverse the order of the 8-bit values from (1), setting (2) to the result.

512-bit SVE

Reverse the order of the 8-bit values from (1), setting (2) to the result.

Larger sizes

1024-bit SVE

Reverse the order of the 8-bit values from (1), setting (2) to the result.

2048-bit SVE

Reverse the order of the 8-bit values from (1), setting (2) to the result.

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