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

TBLQ: Programmable table lookup within each quadword vector segment (zeroing)

TBLQ Zd.H, { Zn.H }, Zm.H (SVE2.1 (SME2.1

128-bit SVE

Within each 128-bit segment, for each 16-bit index from (2), if 0 ≤ index < 8, set (3) to the 16-bit element at that index in the segment from (1), otherwise set (3) to zero.

256-bit SVE

Within each 128-bit segment, for each 16-bit index from (2), if 0 ≤ index < 8, set (3) to the 16-bit element at that index in the segment from (1), otherwise set (3) to zero.

512-bit SVE

Within each 128-bit segment, for each 16-bit index from (2), if 0 ≤ index < 8, set (3) to the 16-bit element at that index in the segment from (1), otherwise set (3) to zero.

Larger sizes

1024-bit SVE

Within each 128-bit segment, for each 16-bit index from (2), if 0 ≤ index < 8, set (3) to the 16-bit element at that index in the segment from (1), otherwise set (3) to zero.

2048-bit SVE

Within each 128-bit segment, for each 16-bit index from (2), if 0 ≤ index < 8, set (3) to the 16-bit element at that index in the segment from (1), otherwise set (3) to zero.

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