SVE Instruction List by Dougall Johnson
See "LD1B (scalar plus scalar, consecutive registers)" in the exploration tools

LD1B (scalar plus scalar, consecutive registers): Contiguous load of bytes to multiple consecutive vectors (scalar index)

LD1B { Zt1.B, Zt2.B, Zt3.B, Zt4.B }, PNg/Z, [Xn, Xm] (SVE2.1 (SME2+S

128-bit SVE

Load 8-bit values from the memory operand (1) into the 8-bit elements of four consecutive registers (2), (3), (4), and (5). After decoding the predicate from its predicate-as-counter representation to a quadruple-length predicate, if the predicate bit corresponding to an element is zero, that load is skipped, and cannot cause a fault, and the element is set to zero. The first destination register number (2) must be divisible by four.

256-bit SVE

Load 8-bit values from the memory operand (1) into the 8-bit elements of four consecutive registers (2), (3), (4), and (5). After decoding the predicate from its predicate-as-counter representation to a quadruple-length predicate, if the predicate bit corresponding to an element is zero, that load is skipped, and cannot cause a fault, and the element is set to zero. The first destination register number (2) must be divisible by four.

512-bit SVE

Load 8-bit values from the memory operand (1) into the 8-bit elements of four consecutive registers (2), (3), (4), and (5). After decoding the predicate from its predicate-as-counter representation to a quadruple-length predicate, if the predicate bit corresponding to an element is zero, that load is skipped, and cannot cause a fault, and the element is set to zero. The first destination register number (2) must be divisible by four.

Larger sizes

1024-bit SVE

Load 8-bit values from the memory operand (1) into the 8-bit elements of four consecutive registers (2), (3), (4), and (5). After decoding the predicate from its predicate-as-counter representation to a quadruple-length predicate, if the predicate bit corresponding to an element is zero, that load is skipped, and cannot cause a fault, and the element is set to zero. The first destination register number (2) must be divisible by four.

2048-bit SVE

Load 8-bit values from the memory operand (1) into the 8-bit elements of four consecutive registers (2), (3), (4), and (5). After decoding the predicate from its predicate-as-counter representation to a quadruple-length predicate, if the predicate bit corresponding to an element is zero, that load is skipped, and cannot cause a fault, and the element is set to zero. The first destination register number (2) must be divisible by four.

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