Re: [PATCH 2/3] arm: Set predicable on more instructions.

2011-12-14 Thread Richard Henderson
On 12/14/2011 10:45 AM, Richard Earnshaw wrote: > On 10/12/11 23:21, Richard Henderson wrote: >> +(define_insn "*xorsi3_compare0_scratch_arm" > > The convention in arm.md is only to put 'scratch' in the name if the > operation needs to allocate a scratch register for a result that isn't > used (fo

Re: [PATCH 2/3] arm: Set predicable on more instructions.

2011-12-14 Thread Richard Earnshaw
On 10/12/11 23:21, Richard Henderson wrote: > +(define_insn "*xorsi3_compare0_scratch_arm" The convention in arm.md is only to put 'scratch' in the name if the operation needs to allocate a scratch register for a result that isn't used (for example the iorsi3_compare0_scratch pattern). Otherwise