aarch64: Add the SME2 MLAL and MLSL instructions
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 10:09:13 +0000 (11:09 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 10:09:13 +0000 (11:09 +0100)
commited429b33c1ee8d6d8f8e640e58f04ec800bc7b2a
tree9dec9ddf10c70e8d8c16f5f0820eb23eefe4a733
parent80752eb0989b85e88af7f1f4627dbed8a42dfe6d
aarch64: Add the SME2 MLAL and MLSL instructions

The {BF,F,S,U}MLAL and {BF,F,S,U}MLSL instructions share the same
encoding.  They are the first instance of a ZA (as opposed to ZA tile)
operand having a range of offsets.  As with ZA tiles, the expected
range size is encoded in the operand-specific data field.
17 files changed:
gas/config/tc-aarch64.c
gas/testsuite/gas/aarch64/sme2-12-invalid.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-12-invalid.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-12-invalid.s [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-12-noarch.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-12-noarch.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-12.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-12.s [new file with mode: 0644]
include/opcode/aarch64.h
opcodes/aarch64-asm-2.c
opcodes/aarch64-asm.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-dis.c
opcodes/aarch64-opc-2.c
opcodes/aarch64-opc.c
opcodes/aarch64-opc.h
opcodes/aarch64-tbl.h