summaryrefslogtreecommitdiff
path: root/opcodes/aarch64-opc-2.c
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-10-28 14:09:25 +0000
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-10-28 14:12:37 +0000
commit82503ca7ed8301dc076919d5010bf981e35b1314 (patch)
tree3edc543156ab0041ba79b4cb2c96ca685bbf135a /opcodes/aarch64-opc-2.c
parentfd195909ce14c7e852319613e7ec6a9a6e7b99ea (diff)
downloadbinutils-gdb-82503ca7ed8301dc076919d5010bf981e35b1314.tar.gz
aarch64: Add WFET instruction for Armv8.7-a
This patch adds new to Armv8.7 WFET instruction which take one operand: WFET <Xt> Where: <Xt> is 64-bit name of the general-purpose source register, encoded in the "Rd" field. For more details regarding WFET (Wait For Event with Timeout) instruction for Armv8.7-a please refer to Arm A64 Instruction set documentation for Armv8-A architecture profile, see document pages 565 of [0]. [0]: https://developer.arm.com/docs/ddi0596/i gas/ChangeLog: 2020-10-27 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> * NEWS: Update docs. * testsuite/gas/aarch64/system-5.d: New test. * testsuite/gas/aarch64/system-5.s: New test. opcodes/ChangeLog: 2020-10-27 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> * aarch64-tbl.h (struct aarch64_opcode): Add new WFET instruction encoding and operand description. * aarch64-asm-2.c: Regenerated. * aarch64-dis-2.c: Regenerated. * aarch64-opc-2.c: Regenerated.
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 20193b16783..aa294d4262d 100644
--- a/opcodes/aarch64-opc-2.c
+++ b/opcodes/aarch64-opc-2.c
@@ -311,17 +311,17 @@ static const unsigned op_enum_table [] =
391,
413,
415,
- 1264,
- 1269,
- 1262,
- 1261,
1265,
- 1272,
- 1274,
+ 1270,
+ 1263,
+ 1262,
+ 1266,
+ 1273,
1275,
- 1271,
- 1277,
1276,
+ 1272,
+ 1278,
+ 1277,
131,
};