SVE Instruction List by Dougall Johnson
See "EORTB" in the exploration tools

EORTB: Interleaving exclusive OR (top, bottom)

EORTB Zd.B, Zn.B, Zm.B (SVE2 (SME
svint8_t sveortb[_s8](svint8_t even, svint8_t op1, svint8_t op2)
svuint8_t sveortb[_u8](svuint8_t even, svuint8_t op1, svuint8_t op2)

128-bit SVE

Set each odd 8-bit integer in (4) to (1) ^ (2), using even values from (1) and odd values from (2).

256-bit SVE

Set each odd 8-bit integer in (4) to (1) ^ (2), using even values from (1) and odd values from (2).

512-bit SVE

Set each odd 8-bit integer in (4) to (1) ^ (2), using even values from (1) and odd values from (2).

Larger sizes

1024-bit SVE

Set each odd 8-bit integer in (4) to (1) ^ (2), using even values from (1) and odd values from (2).

2048-bit SVE

Set each odd 8-bit integer in (4) to (1) ^ (2), using even values from (1) and odd values from (2).

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