Re: [PATCH][ARM] Use mov_imm type for movw operations consistently

2014-05-30 Thread Ramana Radhakrishnan
On 05/29/14 16:25, Kyrill Tkachov wrote: Hi all, I noticed that in some of our move patterns the movw instruction is given the mov_reg type rather than the mov_imm type that all other uses of movw have. This patch fixes that. Scanning through our pipeline descriptions I see that mov_imm is

[PATCH][ARM] Use mov_imm type for movw operations consistently

2014-05-29 Thread Kyrill Tkachov
Hi all, I noticed that in some of our move patterns the movw instruction is given the mov_reg type rather than the mov_imm type that all other uses of movw have. This patch fixes that. Scanning through our pipeline descriptions I see that mov_imm is treated the same way as mov_reg everywhere