Mohamed Shafi wrote:
I have a define_expand with the pattern name mov and a
define_insn mov_store
I also have a pattern for register move from 'a' to 'b', call it
mova2b.
You have to have a single mov pattern that accepts all valid
constraint combinations. You can't use two separate patterns
On 15 March 2007 05:00, Mohamed Shafi wrote:
> I have a define_expand with the pattern name mov and a
> define_insn mov_store
> The predicate in define_expand is general_operand, so that all
> operands are matched.
> While in define_insn i have a predicate which allows only two class of
> register