Balaji V. Iyer - Extracting destination register from an instruction (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing 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] |
| Other format: | [Raw text] |
- From: "Balaji V. Iyer"
- To: gcc at gcc dot gnu dot org
- Date: Wed, 16 Nov 2005 00:32:45 -0500 (EST)
- Subject: Extracting destination register from an instruction
Hello Everyone, I have a question about finding register names from the instruction. I am porting GCC for a propriatery architecture and the thing is that, I want to group instructions whose destination registers are between 0-15 into one cluster and 16-31 in another. Firstly, I was under the impression that the only way I can do this is in the machine_dependent reorganization phase? Is there another way to do this?
Also, how can I extract destination register information from the instruction?
Any help is highly appreciated.
Thanking You,
Yours Sincerely,
Balaji V. Iyer.
PS. Please CC me while responding since I am not a subscribing member of this list.
- Follow-Ups:
- Re: Extracting destination register from an instruction
* From: Ian Lance Taylor
- Re: Extracting destination register from an instruction
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |