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

EORTB: Interleaving exclusive OR (top, bottom)

EORTB Zd.S, Zn.S, Zm.S (SVE2 (SME
svint32_t sveortb[_s32](svint32_t even, svint32_t op1, svint32_t op2)
svuint32_t sveortb[_u32](svuint32_t even, svuint32_t op1, svuint32_t op2)

128-bit SVE

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

256-bit SVE

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

512-bit SVE

Set each odd 32-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 32-bit integer in (4) to (1) ^ (2), using even values from (1) and odd values from (2).

2048-bit SVE

Set each odd 32-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.