From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ben A. Abderrazek" To: help-gcc@gnu.org Subject: How I generate an assembly code for 1024 registers? Date: Fri, 24 Dec 1999 06:55:00 -0000 Message-id: <3863895F.8A7B3D81@sowa.is.uec.ac.jp> X-SW-Source: 1999-12/msg00339.html 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, From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ben A. Abderrazek" To: help-gcc@gnu.org Subject: How I generate an assembly code for 1024 registers? Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <3863895F.8A7B3D81@sowa.is.uec.ac.jp> X-SW-Source: 1999-12n/msg00339.html Message-ID: <19991231222400.IbaYta8JYepYT5NEaz4YtFGxcX_ApYbpMf5RAXwBZt8@z> 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,