Re: [AArch64] Change iterator for neg2 from VDQM to VDQ.

2013-04-25 Thread Marcus Shawcroft
OK /Marcus On 25 April 2013 11:34, James Greenhalgh wrote: > > Hi, > > neg2 was described as only being applicable to modes > in the VDQM iterator. But the instruction generated, `NEG', > has a .2D form. > > This patch corrects the iterator used to one including V2DImode. > > Patch regression tes

[AArch64] Change iterator for neg2 from VDQM to VDQ.

2013-04-25 Thread James Greenhalgh
Hi, neg2 was described as only being applicable to modes in the VDQM iterator. But the instruction generated, `NEG', has a .2D form. This patch corrects the iterator used to one including V2DImode. Patch regression tested on aarch64-none-elf with no regressions. OK? Thanks, James 2013-02-28