aarch64: Add the SME2 maximum/minimum 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)
commit27f6a0bd65b92b265200392e4e9a323f626342be
tree17fa326f9d99a6f7fa5f930e59643e3c82759d5d
parente87ff6724fe32ecff11fc36a19a09ab8fbc66c13
aarch64: Add the SME2 maximum/minimum instructions

This patch adds the SME2 multi-register forms of F{MAX,MIN}{,NM}
and {S,U}{MAX,MIN}.  SQDMULH, SRSHL and URSHL have the same form
as SMAX etc., so the patch adds them too.
13 files changed:
gas/testsuite/gas/aarch64/illegal-sve2.l
gas/testsuite/gas/aarch64/sme2-10-invalid.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-10-invalid.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-10-invalid.s [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-10-noarch.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-10-noarch.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-10.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sme2-10.s [new file with mode: 0644]
include/opcode/aarch64.h
opcodes/aarch64-asm.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-dis.c
opcodes/aarch64-tbl.h