This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [AArch64][PATCH 13/14] Support FP16 Adv.SIMD Shift By Immediate instructions.
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Matthew Wahab <matthew dot wahab at foss dot arm dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Mon, 14 Dec 2015 16:09:39 +0000
- Subject: Re: [AArch64][PATCH 13/14] Support FP16 Adv.SIMD Shift By Immediate instructions.
- Authentication-results: sourceware.org; auth=none
- References: <566AB800 dot 1090308 at foss dot arm dot com> <566AC205 dot 2000203 at foss dot arm dot com>
On 11 December 2015 at 12:31, Matthew Wahab <matthew.wahab@foss.arm.com> wrote:
> gas/testsuite/
> 2015-12-10 Matthew Wahab <matthew.wahab@arm.com>
>
> * gas/aarch64/advsimd-fp16.d: Update expected output.
> * gas/aarch64/advsimd-fp16.s: Add tests for Adv.SIMD across lanes
> instructions.
> * gas/aarch64/illegal.d: Update expected output.
> * gas/aarch64/illegal.s: Replace tests for illegal use of 'h'
> specifier.
>
> opcodes/
> 2015-12-10 Matthew Wahab <matthew.wahab@arm.com>
>
> * aarch64-asm-2.c: Regenerate.
> * aarch64-dis-2.c: Regenerate.
> * aarch64-opc-2.c: Regenerate.
> * aarch64-tbl.h (QL_VSHIFT_H): New.
> (aarch64_opcode_table): Add fp16 versions of scvtf, fcvtzs, ucvtf
> and fcvtzu to the Adv.SIMD shift by immediate group.
>
OK /Marcus