[binutils][aarch64] Allow movprfx for SVE2 instructions.
authorMatthew Malcomson <matthew.malcomson@arm.com>
Thu, 9 May 2019 09:29:13 +0000 (10:29 +0100)
committerMatthew Malcomson <matthew.malcomson@arm.com>
Thu, 9 May 2019 09:29:13 +0000 (10:29 +0100)
commit5cd99750959f54fea9e7290ec850df6c96878b56
tree0a9371a8551aed6136fb8969e4cca3de7daef2ca
parent7ce2460a77a8f66a145c11522f494f3262255390
[binutils][aarch64] Allow movprfx for SVE2 instructions.

SVE2 introduces a number of new instructions that work with the movprfx
instruction.  This commit ensures that SVE2 instructions are accounted
for.

opcodes/ChangeLog:

2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>

* aarch64-opc.c (verify_constraints): Check for movprfx for sve2
instructions.
opcodes/ChangeLog
opcodes/aarch64-opc.c