[PATCH][GAS] aarch64: Add WFET instruction for Armv8.7-a

Przemyslaw Wirkus Przemyslaw.Wirkus@arm.com
Wed Oct 28 09:33:51 GMT 2020


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

Regression tested and no issues.

OK for master branch ?

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: Regenerate.
	* aarch64-dis-2.c: Regenerate.
	* aarch64-opc-2.c: Regenerate.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wfet_ins.patch
Type: application/octet-stream
Size: 3410 bytes
Desc: wfet_ins.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20201028/ff0fa5e1/attachment.obj>


More information about the Binutils mailing list