RE: [PATCH 2/6] [ARC] Allow EX instruction for ARC700 and ARCv2.

2018-06-13 Thread Claudiu Zissulescu
: Re: [PATCH 2/6] [ARC] Allow EX instruction for ARC700 and ARCv2. * Claudiu Zissulescu [2018-05-21 13:18:35 +0300]: > From: claziss > > The EX instruction is base line for both architectures. Reflect this in the > compiler. > > OK to apply? Looks good. Thanks, Andrew

Re: [PATCH 2/6] [ARC] Allow EX instruction for ARC700 and ARCv2.

2018-06-12 Thread Andrew Burgess
* Claudiu Zissulescu [2018-05-21 13:18:35 +0300]: > From: claziss > > The EX instruction is base line for both architectures. Reflect this in the > compiler. > > OK to apply? Looks good. Thanks, Andrew > Claudiu > > gcc/ > 2017-05-02 Claudiu Zissulescu > > * config/arc/arc.c (a

[PATCH 2/6] [ARC] Allow EX instruction for ARC700 and ARCv2.

2018-05-21 Thread Claudiu Zissulescu
From: claziss The EX instruction is base line for both architectures. Reflect this in the compiler. OK to apply? Claudiu gcc/ 2017-05-02 Claudiu Zissulescu * config/arc/arc.c (atomic_exchangesi): EX instruction is default for ARC700 and ARCv2. --- gcc/config/arc/atomic.md