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

EORTB: Interleaving exclusive OR (top, bottom)

EORTB Zd.H, Zn.H, Zm.H (SVE2 (SME
svint16_t sveortb[_s16](svint16_t even, svint16_t op1, svint16_t op2)
svuint16_t sveortb[_u16](svuint16_t even, svuint16_t op1, svuint16_t op2)

128-bit SVE

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

256-bit SVE

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

512-bit SVE

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

2048-bit SVE

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