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

EORTB: Interleaving exclusive OR (top, bottom)

EORTB Zd.D, Zn.D, Zm.D (SVE2 (SME
svint64_t sveortb[_s64](svint64_t even, svint64_t op1, svint64_t op2)
svuint64_t sveortb[_u64](svuint64_t even, svuint64_t op1, svuint64_t op2)

128-bit SVE

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

256-bit SVE

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

512-bit SVE

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

2048-bit SVE

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