NEON (MatMul) Instructions
4 ARM instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| vmmla | VMMLA<c>.<dt> <Qd>, <Qn>, <Qm> | NEON 3-Reg | Matrix multiply-accumulate (BFloat16/Int8). |
| vsmmla | VSMMLA<c>.S8 <Qd>, <Qn>, <Qm> | NEON MatMul | Matrix multiply-accumulate (Signed Int8). |
| vummla | VUMMLA<c>.U8 <Qd>, <Qn>, <Qm> | NEON MatMul | Matrix multiply-accumulate (Unsigned Int8). |
| vusmmla | VUSMMLA<c>.S8 <Qd>, <Qn>, <Qm> | NEON MatMul | Matrix multiply-accumulate (Unsigned x Signed Int8). |