]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: Support for FEAT_SVE_BFSCALE
authorEzra Sitorus <ezra.sitorus@arm.com>
Thu, 19 Jun 2025 09:40:43 +0000 (10:40 +0100)
committerAlice Carlotti <alice.carlotti@arm.com>
Thu, 19 Jun 2025 12:59:29 +0000 (13:59 +0100)
commit3165109751f9478fdce8fee451a8842034b07762
tree0a7a507896b2cd8bdfccd950eaa4f3101c7ae2db
parentd8e6b67b18d1864a7ca1bd0bb4fabe949fad2135
aarch64: Support for FEAT_SVE_BFSCALE

FEAT_SVE_BFSCALE introduces the SVE BFSCALE instruction, when the PE is not in
Streaming SVE mode. If FEAT_SME2 is implemented, FEAT_SVE_BFSCALE also
introduces SME multi-vector Z-targeting BFloat16 scaling instructions, BFSCALE
and BFMUL.
18 files changed:
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi
gas/testsuite/gas/aarch64/sve-b16b16-sve2-bad-2.l
gas/testsuite/gas/aarch64/sve-bfscale-bad.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-bad.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-bad.s [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-sme2-bad.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-sme2-bad.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-sme2.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-sme2.s [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-sve2.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sve-bfscale-sve2.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-tbl.h