diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2023-03-30 11:09:16 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2023-03-30 11:09:16 +0100 |
commit | ce623e7aa486d1330c9a4529c77a302d2fdcb801 (patch) | |
tree | 0eb2f066a02a0cd040e95eeb05c40a4aea975cec /include | |
parent | c04965ec7d8819448f7d7b48cee9fa6567e67455 (diff) | |
download | fsf-binutils-gdb-ce623e7aa486d1330c9a4529c77a302d2fdcb801.zip fsf-binutils-gdb-ce623e7aa486d1330c9a4529c77a302d2fdcb801.tar.gz fsf-binutils-gdb-ce623e7aa486d1330c9a4529c77a302d2fdcb801.tar.bz2 |
aarch64: Add the SME2 saturating conversion instructions
There are two instruction formats here:
- SQCVT, SQCVTU and UQCVT, which operate on lists of two or
four registers.
- SQCVTN, SQCVTUN and UQCVTN, which operate on lists of
four registers.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/aarch64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index f18f383..b445bf7 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -717,6 +717,7 @@ enum aarch64_insn_class sme_size_12_hs, sme_size_22, sme_size_22_hsd, + sme_sz_23, sme_str, sme_start, sme_stop, |