Re: [PATCH, AArch64] Support BFXIL in the backend

2013-07-02 Thread Marcus Shawcroft
On 27 June 2013 17:09, Ian Bolton wrote: > 2013-06-27 Ian Bolton > > gcc/ > * config/aarch64/aarch64.md (*extr_insv_reg): New pattern. > > testsuite/ > * gcc.target/aarch64/bfxil_1.c: New test. > * gcc.target/aarch64/bfxil_2.c: Likewise. > OK /Marcus

[PATCH, AArch64] Support BFXIL in the backend

2013-06-27 Thread Ian Bolton
Hi, We don't currently generate BFXIL on AArch64. This patch addresses that, by adding a pattern in the backend. It comes with test cases for little and big endian. Tested on little-endian linux and bare-metal, and big-endian linux. OK for trunk? Cheers, Ian 2013-06-27 Ian Bolton gcc/