[PATCH v1 4/7] aarch64: Add support for FEAT_SME_F16F16 fmla and fmls instructions.

Srinath Parvathaneni srinath.parvathaneni@arm.com
Fri Jul 12 16:35:34 GMT 2024


This patch adds support for FEAT_SME_F16F16 instructions fmla and fmls,
which are available on passing command line flags +sme-f16f16 and the
spec is available here[1].
[1]: https://developer.arm.com/documentation/ddi0602/2024-06/SME-Instructions?lang=en
---
 gas/testsuite/gas/aarch64/sme-f16f16-3-bad.d |   4 +
 gas/testsuite/gas/aarch64/sme-f16f16-3-bad.l | 141 +++++++++++++++++++
 gas/testsuite/gas/aarch64/sme-f16f16-3-bad.s | 133 +++++++++++++++++
 gas/testsuite/gas/aarch64/sme-f16f16-3.d     |  98 +++++++++++++
 gas/testsuite/gas/aarch64/sme-f16f16-3.s     | 105 ++++++++++++++
 opcodes/aarch64-tbl.h                        |  12 ++
 6 files changed, 493 insertions(+)
 create mode 100644 gas/testsuite/gas/aarch64/sme-f16f16-3-bad.d
 create mode 100644 gas/testsuite/gas/aarch64/sme-f16f16-3-bad.l
 create mode 100644 gas/testsuite/gas/aarch64/sme-f16f16-3-bad.s
 create mode 100644 gas/testsuite/gas/aarch64/sme-f16f16-3.d
 create mode 100644 gas/testsuite/gas/aarch64/sme-f16f16-3.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v1-0004-aarch64-Add-support-for-FEAT_SME_F16F16-fmla-and-.patch
Type: text/x-patch
Size: 32780 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20240712/7057836d/attachment-0001.bin>


More information about the Binutils mailing list