aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorRichard Ball <Richard.Ball@arm.com>2025-12-11 14:10:24 +0000
committerRichard Ball <Richard.Ball@arm.com>2025-12-11 14:10:42 +0000
commit4f9b9eaa24383d920f37fbeb0592113252e37bbc (patch)
tree7fe904082b18672c48a5fc96f9c9489bb3d18ea8 /include/opcode
parent38fc3ca9fe4fc2f51beb4d1bced28575f01d9dfb (diff)
downloadbinutils-4f9b9eaa24383d920f37fbeb0592113252e37bbc.tar.gz
binutils-4f9b9eaa24383d920f37fbeb0592113252e37bbc.tar.bz2
binutils-4f9b9eaa24383d920f37fbeb0592113252e37bbc.zip
aarch64: Add support for FEAT_LSCP
This patch adds the new instructions from FEAT_LSCP. These instructions are LDAP, LDAPP and STLP.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/aarch64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
index 68a181c531f..5db5932b3bd 100644
--- a/include/opcode/aarch64.h
+++ b/include/opcode/aarch64.h
@@ -263,6 +263,8 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_SME_TMOP,
/* SME MOP4 instructions. */
AARCH64_FEATURE_SME_MOP4,
+ /* LSCP instructions. */
+ AARCH64_FEATURE_LSCP,
/* Virtual features. These are used to gate instructions that are enabled
by either of two (or more) sets of command line flags. */