summaryrefslogtreecommitdiff
path: root/opcodes/aarch64-opc.h
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2023-03-30 11:09:18 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2023-03-30 11:09:18 +0100
commit8ff429203dc8cb8c66fdd7db647e237330dcabd0 (patch)
treec83b5dc77582a281ae72e2aef318b7f476e5865f /opcodes/aarch64-opc.h
parente4cf4736e979fe83920ae8283fbea43764ab11d8 (diff)
downloadbinutils-gdb-8ff429203dc8cb8c66fdd7db647e237330dcabd0.tar.gz
aarch64: Add the RPRFM instruction
This patch adds the RPRFM (range prefetch) instruction. It was introduced as part of SME2, but it belongs to the prefetch hint space and so doesn't require any specific ISA flags. The aarch64_rprfmop_array initialiser (deliberately) only fills in the leading non-null elements.
Diffstat (limited to 'opcodes/aarch64-opc.h')
-rw-r--r--opcodes/aarch64-opc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/aarch64-opc.h b/opcodes/aarch64-opc.h
index 129b00da065..32e4da2bbb6 100644
--- a/opcodes/aarch64-opc.h
+++ b/opcodes/aarch64-opc.h
@@ -151,6 +151,7 @@ enum aarch64_field_kind
FLD_imm2_1,
FLD_imm2_8,
FLD_imm2_10,
+ FLD_imm2_12,
FLD_imm2_15,
FLD_imm2_16,
FLD_imm2_19,