On Mon, Apr 18, 2011 at 2:19 PM, Richard Sandiford
wrote:
> Richard Guenther writes:
>> On Mon, Apr 18, 2011 at 1:24 PM, Richard Sandiford
>> wrote:
>>> Richard Guenther writes:
On Tue, Apr 12, 2011 at 3:59 PM, Richard Sandiford
wrote:
> Index: gcc/doc/md.texi
> =
Richard Guenther writes:
> On Mon, Apr 18, 2011 at 1:24 PM, Richard Sandiford
> wrote:
>> Richard Guenther writes:
>>> On Tue, Apr 12, 2011 at 3:59 PM, Richard Sandiford
>>> wrote:
Index: gcc/doc/md.texi
===
--- gcc/
On Mon, Apr 18, 2011 at 1:24 PM, Richard Sandiford
wrote:
> Richard Guenther writes:
>> On Tue, Apr 12, 2011 at 3:59 PM, Richard Sandiford
>> wrote:
>>> This patch adds vec_load_lanes and vec_store_lanes optabs for instructions
>>> like NEON's vldN and vstN. The optabs are defined this way beca
Richard Guenther writes:
> On Tue, Apr 12, 2011 at 3:59 PM, Richard Sandiford
> wrote:
>> This patch adds vec_load_lanes and vec_store_lanes optabs for instructions
>> like NEON's vldN and vstN. The optabs are defined this way because the
>> vectors must be allocated to a block of consecutive re
On Tue, Apr 12, 2011 at 3:59 PM, Richard Sandiford
wrote:
> This patch adds vec_load_lanes and vec_store_lanes optabs for instructions
> like NEON's vldN and vstN. The optabs are defined this way because the
> vectors must be allocated to a block of consecutive registers.
>
> Tested on x86_64-lin
gcc-patches-ow...@gcc.gnu.org wrote on 12/04/2011 04:59:16 PM:
>
> This patch adds vec_load_lanes and vec_store_lanes optabs for
instructions
> like NEON's vldN and vstN. The optabs are defined this way because the
> vectors must be allocated to a block of consecutive registers.
>
> Tested on x86
This patch adds vec_load_lanes and vec_store_lanes optabs for instructions
like NEON's vldN and vstN. The optabs are defined this way because the
vectors must be allocated to a block of consecutive registers.
Tested on x86_64-linux-gnu and arm-linux-gnueabi. OK to install?
Richard
gcc/