This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH][binutils][Arm] Removed unsigned variants of VQ(R)DMLAH and VQ(R)DMLASH instructions.
- From: Nick Clifton <nickc at redhat dot com>
- To: Barnaby Wilks <Barnaby dot Wilks at arm dot com>, "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: Richard Earnshaw <Richard dot Earnshaw at arm dot com>, Ramana Radhakrishnan <Ramana dot Radhakrishnan at arm dot com>, nd <nd at arm dot com>
- Date: Mon, 5 Aug 2019 12:45:49 +0100
- Subject: Re: [PATCH][binutils][Arm] Removed unsigned variants of VQ(R)DMLAH and VQ(R)DMLASH instructions.
- References: <2c8d0574-cd1a-fb4c-0adf-dec3dbc2dde3@arm.com>
Hi Barnaby,
> 2019-07-29 Barnaby Wilks <barnaby.wilks@arm.com>
>
> * config/tc-arm.c (do_mve_vqdmlah): Use N_S_32 macro.
> (do_neon_qrdmlah): Use N_S_32 macro.
> * testsuite/gas/arm/mve-vqdmlah-bad.d: New test.
> * testsuite/gas/arm/mve-vqdmlah-bad.l: New test.
> * testsuite/gas/arm/mve-vqdmlah-bad.s: New test.
> * testsuite/gas/arm/mve-vqdmlah.d: Remove unsigned instruction tests.
> * testsuite/gas/arm/mve-vqdmlah.s: Remove unsigned instruction tests.
> * testsuite/gas/arm/mve-vqdmlash-bad.d: New test.
> * testsuite/gas/arm/mve-vqdmlash-bad.l: New test.
> * testsuite/gas/arm/mve-vqdmlash-bad.s: New test.
> * testsuite/gas/arm/mve-vqdmlash.d: Remove unsigned instruction tests.
> * testsuite/gas/arm/mve-vqdmlash.s: Remove unsigned instruction tests.
>
> opcodes/ChangeLog:
>
> 2019-07-29 Barnaby Wilks <barnaby.wilks@arm.com>
>
> * arm-dis.c: Only accept signed variants of VQ(R)DMLAH and VQ(R)DMLASH
> instructions.
>
Approved and applied.
Cheers
Nick