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

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

REV Zd.S, Zn.S (SVE (SME
svfloat32_t svrev[_f32](svfloat32_t op)
svint32_t svrev[_s32](svint32_t op)
svuint32_t svrev[_u32](svuint32_t op)

128-bit SVE

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

256-bit SVE

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

512-bit SVE

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

Larger sizes

1024-bit SVE

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

2048-bit SVE

Reverse the order of the 32-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.