This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: genrecog: ran out of alphabet


> > The opcode swaps two register banks.  32 SETs total.
> 
> Perhaps you can cheat by using larger modes.  E.g., if it's a 32-bit
> machine, using DImode will cut the number of operands in half.

They're DImode already, but I did figure out a workaround that reduces
it to 16 SETs, so I'm all set.  Still, a range check in genrecog would
be nice ;-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]