This is the mail archive of the gcc-help@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]

How I generate an assembly code for 1024 registers?


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,

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