Re: [PATCH 2/2] [ARC] Avoid specific constants to end in limm field.

2018-10-01 Thread Claudiu Zissulescu
Pushed. Thank you for your review, Claudiu On Fri, Sep 21, 2018 at 12:12 AM Andrew Burgess wrote: > > * Claudiu Zissulescu [2018-09-17 15:50:27 +0300]: > > > The 3-operand instructions accepts to place an immediate into the > > second operand. However, this immediate will end up in the long > > i

Re: [PATCH 2/2] [ARC] Avoid specific constants to end in limm field.

2018-09-20 Thread Andrew Burgess
* Claudiu Zissulescu [2018-09-17 15:50:27 +0300]: > The 3-operand instructions accepts to place an immediate into the > second operand. However, this immediate will end up in the long > immediate field. This patch avoids constants to end up in the limm > field for particular instructions when com

[PATCH 2/2] [ARC] Avoid specific constants to end in limm field.

2018-09-17 Thread Claudiu Zissulescu
The 3-operand instructions accepts to place an immediate into the second operand. However, this immediate will end up in the long immediate field. This patch avoids constants to end up in the limm field for particular instructions when compiling for size. gcc/ -xx-xx Claudiu Zissulescu