On Wed, Mar 19, 2014 at 9:55 AM, Kyrill Tkachov wrote:
> Hi all,
>
> This patch adds a recogniser for the bitmask,shift,orr sequence of
> instructions that can be used to reverse the bytes in 16-bit halfwords (for
> the sequence itself look at the testcase included in the patch). This can be
> imp
On 28/03/14 14:21, Ramana Radhakrishnan wrote:
On Wed, Mar 19, 2014 at 9:55 AM, Kyrill Tkachov wrote:
Hi all,
This patch adds a recogniser for the bitmask,shift,orr sequence of
instructions that can be used to reverse the bytes in 16-bit halfwords (for
the sequence itself look at the testcase
On 19 March 2014 09:55, Kyrill Tkachov wrote:
> [gcc/]
> 2014-03-19 Kyrylo Tkachov
>
> * config/aarch64/aarch64.md (rev162): New pattern.
> (rev162_alt): Likewise.
> * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
> * config/arm/aarch-common.c (aarch_rev16_sh