Re: [PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-06-01 Thread Ramana Radhakrishnan
On 01/06/16 11:18, Kyrill Tkachov wrote: > Hi Ramana, > > On 01/06/16 10:07, Ramana Radhakrishnan wrote: >> >> On 01/06/16 10:02, Ramana Radhakrishnan wrote: >>> >>> On 09/03/16 12:56, Kyrill Tkachov wrote: Hi all, I notice that the output code for our store exclusive patterns

Re: [PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-06-01 Thread Kyrill Tkachov
Hi Ramana, On 01/06/16 10:07, Ramana Radhakrishnan wrote: On 01/06/16 10:02, Ramana Radhakrishnan wrote: On 09/03/16 12:56, Kyrill Tkachov wrote: Hi all, I notice that the output code for our store exclusive patterns accesses unallocated memory. It wants to output an strexd instruction

Re: [PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-06-01 Thread Ramana Radhakrishnan
On 01/06/16 10:02, Ramana Radhakrishnan wrote: > > > On 09/03/16 12:56, Kyrill Tkachov wrote: >> Hi all, >> >> I notice that the output code for our store exclusive patterns accesses >> unallocated memory. >> It wants to output an strexd instruction with a pair of consecutive >> registers

Re: [PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-06-01 Thread Ramana Radhakrishnan
On 09/03/16 12:56, Kyrill Tkachov wrote: > Hi all, > > I notice that the output code for our store exclusive patterns accesses > unallocated memory. > It wants to output an strexd instruction with a pair of consecutive registers > corresponding > to a DImode value. For that it creates the

Re: [PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-05-31 Thread Kyrill Tkachov
Ping. Thanks, Kyrill On 19/05/16 14:27, Kyrill Tkachov wrote: Ping. Thanks, Kyrill On 09/05/16 12:13, Kyrill Tkachov wrote: Hi all, This seems to have fallen through the cracks. Ping. https://gcc.gnu.org/ml/gcc-patches/2016-03/msg00558.html Thanks, Kyrill On 09/03/16 12:56, Kyrill

Re: [PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-05-19 Thread Kyrill Tkachov
Ping. Thanks, Kyrill On 09/05/16 12:13, Kyrill Tkachov wrote: Hi all, This seems to have fallen through the cracks. Ping. https://gcc.gnu.org/ml/gcc-patches/2016-03/msg00558.html Thanks, Kyrill On 09/03/16 12:56, Kyrill Tkachov wrote: Hi all, I notice that the output code for our store

Re: [PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-05-09 Thread Kyrill Tkachov
Hi all, This seems to have fallen through the cracks. Ping. https://gcc.gnu.org/ml/gcc-patches/2016-03/msg00558.html Thanks, Kyrill On 09/03/16 12:56, Kyrill Tkachov wrote: Hi all, I notice that the output code for our store exclusive patterns accesses unallocated memory. It wants to output

[PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

2016-03-09 Thread Kyrill Tkachov
Hi all, I notice that the output code for our store exclusive patterns accesses unallocated memory. It wants to output an strexd instruction with a pair of consecutive registers corresponding to a DImode value. For that it creates the SImode top half of the DImode register and puts it into