SVE Instruction List by Dougall Johnson
REV (vector): Reverse all elements in a vector (unpredicated)
REV Zd.H, Zn.H (SVE (SME
svbfloat16_t svrev[_bf16](svbfloat16_t op)
svfloat16_t svrev[_f16](svfloat16_t op)
svint16_t svrev[_s16](svint16_t op)
svuint16_t svrev[_u16](svuint16_t op)
128-bit SVE
Reverse the order of the 16-bit values from (1), setting (2) to the result.
256-bit SVE
Reverse the order of the 16-bit values from (1), setting (2) to the result.
512-bit SVE
Reverse the order of the 16-bit values from (1), setting (2) to the result.
Larger sizes
1024-bit SVE
Reverse the order of the 16-bit values from (1), setting (2) to the result.
2048-bit SVE
Reverse the order of the 16-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.