Re: [PATCH][ARM] Fix iordi3_insn constraints

2013-06-06 Thread Richard Earnshaw
On 06/06/13 17:08, Kyrylo Tkachov wrote: Hi all, The constraint for iordi3_insn should take into account that we don't have an orr instruction to deal with inverted immediate in ARM mode, but we do in Thumb2 mode (orn). I had tried to reuse the De constraint from the anddi3 case, but that's not

[PATCH][ARM] Fix iordi3_insn constraints

2013-06-06 Thread Kyrylo Tkachov
Hi all, The constraint for iordi3_insn should take into account that we don't have an orr instruction to deal with inverted immediate in ARM mode, but we do in Thumb2 mode (orn). I had tried to reuse the De constraint from the anddi3 case, but that's not appropriate in all cases, causing an ICE in