Re: register allocation in gcc

2011-10-18 Thread vikramsp
tter suited in this group) > > -- > PMatos > > > -- View this message in context: http://old.nabble.com/register-allocation-in-gcc-tp32672242p32676590.html Sent from the gcc - Dev mailing list archive at Nabble.com.

Re: register allocation in gcc

2011-10-18 Thread Paulo J. Matos
On 18/10/11 06:12, vikramsp wrote: In my .md file there is an insn (define_insn abssf2 (clobber (match_scratch 2 "")) the %2 register is allocated as r0 in the real code. My problem is that i want other than r0 to be allocated for operand 2. Please help how to do t

register allocation in gcc

2011-10-17 Thread vikramsp
in context: http://old.nabble.com/register-allocation-in-gcc-tp32672242p32672242.html Sent from the gcc - Dev mailing list archive at Nabble.com.

RE: Register allocation in GCC 4

2005-04-25 Thread Jon Beniston
Hi Nathan, > I guess > it must be to do with function calling Good call. I screwed up the conversion from FUNCTION_ARG_PARTIAL_NREGS to TARGET_ARG_PARTIAL_BYTES. Cheers, Jon

Re: Register allocation in GCC 4

2005-04-25 Thread Nathan Sidwell
Nathan Sidwell wrote: Jon Beniston wrote: Hi, I'm updating a GCC port to 4.0.0. I am seeing a problem whereby registers that are set to 1 in fixed_regs are being used. The problem is occuring quite early on in the compiler, as the registers appear in the 00.expand dump. The problem seems to occur f

Re: Register allocation in GCC 4

2005-04-25 Thread Nathan Sidwell
Jon Beniston wrote: Hi, I'm updating a GCC port to 4.0.0. I am seeing a problem whereby registers that are set to 1 in fixed_regs are being used. The problem is occuring quite early on in the compiler, as the registers appear in the 00.expand dump. The problem seems to occur for a DCmode value that

Register allocation in GCC 4

2005-04-25 Thread Jon Beniston
Hi, I'm updating a GCC port to 4.0.0. I am seeing a problem whereby registers that are set to 1 in fixed_regs are being used. The problem is occuring quite early on in the compiler, as the registers appear in the 00.expand dump. The problem seems to occur for a DCmode value that is being allocated