[AArch64] Support for ARMv8.1a Adv.SIMD instructions
authorMatthew Wahab <matthew.wahab@arm.com>
Tue, 2 Jun 2015 11:20:00 +0000 (12:20 +0100)
committerJiong Wang <jiong.wang@arm.com>
Tue, 2 Jun 2015 11:20:00 +0000 (12:20 +0100)
commit9e1f0fa7f3f7aef95d27e197562906bc648849bb
treeaaf920b04ede209de80db749d9facbdb3b4c822b
parent290806fd94099361f28e012cebca058c8c4f0e45
[AArch64] Support for ARMv8.1a Adv.SIMD instructions

2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>

gas/
  * config/tc-aarch64.c (aarch64_features): Add "rdma".
  * doc/c-aarch64.texi (AArch64 Extensions): Add "rdma".

gas/testsuite/
  * rdma-directive.d: New.
  * rdma.d: New.
  * rdma.s: New.

include/opcode/
  * aarch64.h (AARCH64_FEATURE_RDMA): New.

opcode/
  * aarch64-tbl.h (aarch64_feature_rdma): New.
  (RDMA): New.
  (aarch64_opcode_table): Add "sqrmlah" and "sqrdmlsh" instructions.
  * aarch64-asm-2.c: Regenerate.
  * aarch64-dis-2.c: Regenerate.
  * aarch64-opc-2.c: Regenerate.
14 files changed:
gas/ChangeLog
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/aarch64/rdma-directive.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/rdma.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/rdma.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/aarch64.h
opcodes/ChangeLog
opcodes/aarch64-asm-2.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-opc-2.c
opcodes/aarch64-tbl.h