Re: [ARM] Cirrus EP93xx Maverick Crunch Support - CC modes / condexec / CC_REGNUM

2007-07-01 Thread gcc
On Fri, 29 Jun 2007 13:31:13 +0200, "Rask Ingemann Lambertsen" <[EMAIL PROTECTED]> said: > On Fri, Jun 29, 2007 at 11:43:49AM +1000, Hasjim Williams wrote: > > The only problem would be, is that anything that clobbers CC_REGNUM > > needs to clobber CC_REGNUM_MAVERICK too (and vice-versa), since ev

Re: [ARM] Cirrus EP93xx Maverick Crunch Support - CC modes / condexec / CC_REGNUM

2007-06-29 Thread Rask Ingemann Lambertsen
On Fri, Jun 29, 2007 at 11:43:49AM +1000, Hasjim Williams wrote: > I guess I will need to define a new "maverick_cc_register". My question > is can I reuse the same CC_REGNUM? Or do I also need another new > CC_REGNUM_MAVERICK pseudo register? See below. > How do I get a new reg number alloca

Re: [ARM] Cirrus EP93xx Maverick Crunch Support - CC modes / condexec / CC_REGNUM

2007-06-28 Thread Hasjim Williams
On Thu, 28 Jun 2007 14:55:17 +0200, "Rask Ingemann Lambertsen" <[EMAIL PROTECTED]> said: > On Wed, Jun 27, 2007 at 11:26:41AM +1000, Hasjim Williams wrote: > > G'day all, > > > > As I wrote previously on gcc-patches ( > > http://gcc.gnu.org/ml/gcc-patches/2007-06/msg00244.html ), I'm working > >