aarch64: Add new SVE dot-product instructions
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 10:09:17 +0000 (11:09 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 10:09:17 +0000 (11:09 +0100)
commitdfc12f9f533ea0614ad655370c5f8373081b0c61
treea69a45cec788fc06f43129775b4f950c0293acf3
parent6a245d9941af0ae1681115cc2d732a031e02b4f7
aarch64: Add new SVE dot-product instructions

This patch adds the SVE FDOT, SDOT and UDOT instructions,
which are available when FEAT_SME2 is implemented.  The patch
also reorders the existing SVE_Zm3_22_INDEX to keep the
operands numerically sorted.
16 files changed:
gas/config/tc-aarch64.c
gas/testsuite/gas/aarch64/sve-invalid.l
gas/testsuite/gas/aarch64/sve2-sme2-4-invalid.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2-sme2-4-invalid.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2-sme2-4-invalid.s [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2-sme2-4-noarch.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2-sme2-4-noarch.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2-sme2-4.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2-sme2-4.s [new file with mode: 0644]
include/opcode/aarch64.h
opcodes/aarch64-asm-2.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-opc-2.c
opcodes/aarch64-opc.c
opcodes/aarch64-opc.h
opcodes/aarch64-tbl.h