How I generate an assembly code for 1024 registers?

Ben A. Abderrazek baa@sowa.is.uec.ac.jp
Fri Dec 24 06:55:00 GMT 1999


Dear helper,

I am new to the  Compiler world. I am  using GNU CC compiler 2.7.2.3.

My question is: 

Is it possible for  the above compiler  to generate a code for more than
32 architectural registers. 
I need an assembly generated  code for 1024 physical registers or more. 
 
I simply tried to change  only the register numbers parameter from 32 (
in MIPS machine description  .md  file  ) to 1024 registers
(my new architecture). Then I wanted to recompile and generate the
assembly code. But I failed to do that.


Is there is any one who have some hints about this problem.


Many Many  thanks,

Adam,


More information about the Gcc-help mailing list