SVE Instruction List by Dougall Johnson
AESMC: AES mix columns
AESMC Zdn.B, Zdn.B (SVE2+AES+NS (SSVE-AES+AES
svuint8_t svaesmc[_u8](svuint8_t op)
128-bit SVE

For each 128-bit block of (1), apply AES MixColumns and write the result to (2). Typically follows AESE to complete a non-final AES encryption round.
256-bit SVE

For each 128-bit block of (1), apply AES MixColumns and write the result to (2). Typically follows AESE to complete a non-final AES encryption round.
512-bit SVE

For each 128-bit block of (1), apply AES MixColumns and write the result to (2). Typically follows AESE to complete a non-final AES encryption round.
Larger sizes
1024-bit SVE

For each 128-bit block of (1), apply AES MixColumns and write the result to (2). Typically follows AESE to complete a non-final AES encryption round.
2048-bit SVE

For each 128-bit block of (1), apply AES MixColumns and write the result to (2). Typically follows AESE to complete a non-final AES encryption round.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.