]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: Add support for FEAT_SVE2p1.
authorSrinath Parvathaneni <srinath.parvathaneni@arm.com>
Mon, 15 Jan 2024 09:35:55 +0000 (09:35 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 15 Jan 2024 11:45:41 +0000 (11:45 +0000)
commit88601c2d941b004b443dc4bfdf3b93ea1983d136
treed2ed31930c0f82a30e5090f3a1b70e3a8f3ca681
parent89e06ec1521898892e27615714f51d30703d5139
aarch64: Add support for FEAT_SVE2p1.

Hi,

This patch add support for FEAT_SVE2p1 (SVE2.1 Extension) feature
along with +sve2p1 optional flag to enabe this feature.

Also support for following SVE2p1 instructions is added
addqv, andqv, smaxqv, sminqv, umaxqv, uminqv and uminqv.

Regression testing for aarch64-none-elf target and found no regressions.

Ok for binutils-master?

Regards,
Srinath.
gas/NEWS
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi
gas/testsuite/gas/aarch64/sve2p1-1-bad.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2p1-1-bad.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2p1-1.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve2p1-1.s [new file with mode: 0644]
include/opcode/aarch64.h
opcodes/aarch64-asm.c
opcodes/aarch64-dis.c
opcodes/aarch64-tbl.h