]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[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)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 24 Aug 2017 12:06:40 +0000 (09:06 -0300)
commit28e5be0f9a9822fa1a0705542a464b6bec38dda3
tree16db82cb47e70e1b6a5e866764b8a4722b144f2c
parent53d84dbf254e103855f2f38065e66fd9e5dcd84f
[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