Re: [PATCH, ARM] Support ORN for DImode

2014-02-21 Thread Richard Earnshaw
On 19/02/14 10:18, Ian Bolton wrote: > Hi, > > Patterns had previously been added to thumb2.md to support ORN, but only for > SImode. > > This patch adds DImode support, to cover the full 64|64->64 operation and > the various 32|64->64 operations (see AND:DI variants that use NOT). > > The patch

[PATCH, ARM] Support ORN for DImode

2014-02-19 Thread Ian Bolton
Hi, Patterns had previously been added to thumb2.md to support ORN, but only for SImode. This patch adds DImode support, to cover the full 64|64->64 operation and the various 32|64->64 operations (see AND:DI variants that use NOT). The patch comes with its own execution test and looks for correc