diff options
author | Srinath Parvathaneni <srinath.parvathaneni@arm.com> | 2024-01-15 09:34:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-01-15 11:45:41 +0000 |
commit | 89e06ec1521898892e27615714f51d30703d5139 (patch) | |
tree | 2f51b8db85375d158020794c4a4fcbb63033fcd9 /gas/NEWS | |
parent | aarch64: Add support for FEAT_B16B16 instructions. (diff) | |
download | binutils-gdb-89e06ec1521898892e27615714f51d30703d5139.tar.gz binutils-gdb-89e06ec1521898892e27615714f51d30703d5139.tar.bz2 binutils-gdb-89e06ec1521898892e27615714f51d30703d5139.zip |
aarch64: Add support for FEAT_SME2p1 instructions.
Hi,
This patch add support for FEAT_SME2p1 and "movaz" instructions
along with the optional flag +sme2p1.
Following "movaz" instructions are add:
Move and zero two ZA tile slices to vector registers.
Move and zero four ZA tile slices to vector registers.
Regression testing for aarch64-none-elf target and found no regressions.
Ok for binutils-master?
Regards,
Srinath.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ hand-written asm using the new command line option --scfi=experimental on x86-64. Only System V AMD64 ABI is supported. +* Add support for the AArch64 Scalable Matrix Extension version 2.1 (SME2.1) + instructions. + * Add support for 'armv8.9-a' and 'armv9.4-a' for -march in Arm GAS. * Initial support for Intel APX: 32 GPRs, NDD, PUSH2/POP2 and PUSHP/POPP. |