Re: [PATCH 4/4] arc: Update legitimate small data address.

2020-03-03 Thread Claudiu Zissulescu
/4] arc: Update legitimate small data address. On Wed, 2020-02-26 at 16:59 +0200, Claudiu Zissulescu wrote: > All ARC's small data adressing is using address scaling feature of the > load/store instructions (i.e., the address is made of a general > pointer plus a shifted offset. Th

Re: [PATCH 4/4] arc: Update legitimate small data address.

2020-02-28 Thread Jeff Law
On Wed, 2020-02-26 at 16:59 +0200, Claudiu Zissulescu wrote: > All ARC's small data adressing is using address scaling feature of the > load/store instructions (i.e., the address is made of a general > pointer plus a shifted offset. The shift amount depends on the > addressing mode). This patch is

[PATCH 4/4] arc: Update legitimate small data address.

2020-02-26 Thread Claudiu Zissulescu
All ARC's small data adressing is using address scaling feature of the load/store instructions (i.e., the address is made of a general pointer plus a shifted offset. The shift amount depends on the addressing mode). This patch is checking the offset of an address if it fits the scalled constraint.