Re: [PATCH/AARCH64] Move the rest of the cost tables to aarch64-cost-tables.h

2014-11-07 Thread Andrew Pinski
On Fri, Nov 7, 2014 at 7:08 AM, Richard Earnshaw wrote: > On 21/10/14 22:37, Andrew Pinski wrote: >> Hi, >> To make aarch64.c a little smaller and a little easier to >> understand, I have moved the rest of the cost tables >> (cpu_addrcost_table, cpu_regmove_cost, cpu_vector_cost) to >> aarch64-c

Re: [PATCH/AARCH64] Move the rest of the cost tables to aarch64-cost-tables.h

2014-11-07 Thread Richard Earnshaw
On 21/10/14 22:37, Andrew Pinski wrote: > Hi, > To make aarch64.c a little smaller and a little easier to > understand, I have moved the rest of the cost tables > (cpu_addrcost_table, cpu_regmove_cost, cpu_vector_cost) to > aarch64-cost-tables. > I also fixed up the inconstancy in the use of __ex

[PATCH/AARCH64] Move the rest of the cost tables to aarch64-cost-tables.h

2014-10-21 Thread Andrew Pinski
Hi, To make aarch64.c a little smaller and a little easier to understand, I have moved the rest of the cost tables (cpu_addrcost_table, cpu_regmove_cost, cpu_vector_cost) to aarch64-cost-tables. I also fixed up the inconstancy in the use of __extension__ on some of the structures and not all of t