[AArch64] Add dot product support for AArch64 to binutils
authorTamar Christina <tamar.christina@arm.com>
Wed, 28 Jun 2017 10:09:01 +0000 (11:09 +0100)
committerJiong Wang <jiong.wang@arm.com>
Wed, 28 Jun 2017 10:09:01 +0000 (11:09 +0100)
commit65a55fbbd949868f7df3c65d39eb8d4455515132
tree004ff233f1a34016efc97cef4bf89a5e0003033b
parentc604a79ad4d47070bbcc0bc082188fb16892ceef
[AArch64] Add dot product support for AArch64 to binutils

gas/
* config/tc-aarch64.c (aarch64_reg_parse_32_64): Accept 4B.
(aarch64_features): Added dotprod.
* doc/c-aarch64.texi: Added dotprod.
* testsuite/gas/aarch64/dotproduct.d: New.
* testsuite/gas/aarch64/dotproduct.s: New.

opcodes/
* aarch64-asm.c (aarch64_ins_reglane): Added 4B dotprod.
* aarch64-dis.c (aarch64_ext_reglane): Likewise.
* aarch64-tbl.h (QL_V3DOT, QL_V2DOT): New.
(aarch64_feature_dotprod, DOT_INSN): New.
(udot, sdot): New.
* aarch64-dis-2.c: Regenerated.

include/
* opcode/aarch64.h: (AARCH64_FEATURE_DOTPROD): New.
(aarch64_insn_class): Added dotprod.
12 files changed:
gas/ChangeLog
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi
gas/testsuite/gas/aarch64/dotproduct.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/dotproduct.s [new file with mode: 0644]
include/ChangeLog
include/opcode/aarch64.h
opcodes/ChangeLog
opcodes/aarch64-asm.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-dis.c
opcodes/aarch64-tbl.h
This page took 0.025767 seconds and 4 git commands to generate.