Re: [PATCH 1/2] [ARM] Refactor costs calculation for MEM.

2017-08-25 Thread Charles Baylis
On 9 June 2017 at 14:59, Richard Earnshaw (lists) wrote: > On 21/02/17 16:54, charles.bay...@linaro.org wrote: >> From: Charles Baylis >> >> This patch moves the calculation of costs for MEM into a >> separate function, and reforms the calculation into two >> parts. Firstly any additional cost of

Re: [PATCH 1/2] [ARM] Refactor costs calculation for MEM.

2017-06-09 Thread Richard Earnshaw (lists)
On 21/02/17 16:54, charles.bay...@linaro.org wrote: > From: Charles Baylis > > This patch moves the calculation of costs for MEM into a > separate function, and reforms the calculation into two > parts. Firstly any additional cost of the addressing mode > is calculated, and then the cost of the m

Re: [PATCH 1/2] [ARM] Refactor costs calculation for MEM.

2017-02-22 Thread Bernhard Reutner-Fischer
On 21 February 2017 17:54:23 CET, charles.bay...@linaro.org wrote: >From: Charles Baylis > >+/* Convert fron bytes to ints. */ s/fron/from/ >+#define ARM_NUM_INTS(X) (((X) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) >+ >+ > /* RTX costs. Make an estimate of the cost of executing the operation >

[PATCH 1/2] [ARM] Refactor costs calculation for MEM.

2017-02-21 Thread charles . baylis
From: Charles Baylis This patch moves the calculation of costs for MEM into a separate function, and reforms the calculation into two parts. Firstly any additional cost of the addressing mode is calculated, and then the cost of the memory access itself is added. In this patch, the calculation of