diff options
author | Jiong Wang <jiong.wang@arm.com> | 2016-09-30 14:16:54 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2016-09-30 14:16:54 +0100 |
commit | 744ce3025e82a59c13642c57e38febd8ff531f9b (patch) | |
tree | ef1dc834a1c0bcb184d4b6b2466c4d06d2830a87 /opcodes/ChangeLog | |
parent | 76276ff673e9d6855d721e4caf19a244c8b7363d (diff) | |
download | gdb-744ce3025e82a59c13642c57e38febd8ff531f9b.zip gdb-744ce3025e82a59c13642c57e38febd8ff531f9b.tar.gz gdb-744ce3025e82a59c13642c57e38febd8ff531f9b.tar.bz2 |
[AArch64] PR target/20553, fix opcode mask for SIMD multiply by element
opcode/
PR target/20553
* aarch64-tbl.h (fmla, fmls, fmul, fmulx): Fix opcode mask field.
gas/
* testsuite/gas/aarch64/advsimd-fp16.s (indexed_elem): New high index
testcases for H and S variants. New low index testcases for D variant.
* testsuite/gas/aarch64/advsimd-fp16.d: Update expected results.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 98866ef..d58f5d8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-09-29 Jiong Wang <jiong.wang@arm.com> + + PR target/20553 + * aarch64-tbl.h (fmla, fmls, fmul, fmulx): Fix opcode mask field. + 2016-09-29 Alan Modra <amodra@gmail.com> * ppc-opc.c (L): Make compulsory. |