summaryrefslogtreecommitdiff
path: root/opcodes/aarch64-opc-2.c
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2018-01-09 11:28:04 +0000
committerNick Clifton <nickc@redhat.com>2018-01-09 11:28:04 +0000
commitbe2e7d95414eb78f29312f30e62d4cabd55f9fda (patch)
tree6c658b79344e6c086c93fe4b0a57e1ce9c37b7e9 /opcodes/aarch64-opc-2.c
parentb1dc1806fad00fc5b2589164e964646c02a700fa (diff)
downloadbinutils-gdb-be2e7d95414eb78f29312f30e62d4cabd55f9fda.tar.gz
Add support for the AArch64's CSDB instruction.
CSDB is a new instruction which Arm has defined. It has the same encoding as HINT #0x14 and is available at all architecture levels. opcodes * aarch64-tbl.h (aarch64_opcode_table): Add "csdb". * aarch64-asm-2.c: Regenerate. * aarch64-dis-2.c: Regenerate. * aarch64-opc-2.c: Regenerate. gas * testsuite/gas/aarch64/system.d: Update expected results to expect CSDB.
Diffstat (limited to 'opcodes/aarch64-opc-2.c')
-rw-r--r--opcodes/aarch64-opc-2.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/opcodes/aarch64-opc-2.c b/opcodes/aarch64-opc-2.c
index 92c53a8ec85..75400a23cb0 100644
--- a/opcodes/aarch64-opc-2.c
+++ b/opcodes/aarch64-opc-2.c
@@ -292,17 +292,17 @@ static const unsigned op_enum_table [] =
385,
407,
409,
- 1215,
- 1220,
- 1213,
- 1212,
1216,
- 1223,
- 1225,
+ 1221,
+ 1214,
+ 1213,
+ 1217,
+ 1224,
1226,
- 1222,
- 1228,
1227,
+ 1223,
+ 1229,
+ 1228,
129,
};