Re: [PATCH] [ARM] thumb1 imm move 256-510

2012-04-12 Thread Richard Earnshaw
On 12/04/12 02:48, Joey Ye wrote: > For thumb1 use move + add instructions for immediate move [256-510]. > > Following is a complete range if combine an imm mov with listed > instructions. Among them, lsls and neg have already been implemented. The > only missing opportunity is add, in which I en

[PATCH] [ARM] thumb1 imm move 256-510

2012-04-11 Thread Joey Ye
For thumb1 use move + add instructions for immediate move [256-510]. Following is a complete range if combine an imm mov with listed instructions. Among them, lsls and neg have already been implemented. The only missing opportunity is add, in which I enabled in this patch. Others are replicated w