Re: Extracting destination register from an instruction

2005-11-16 Thread Ian Lance Taylor
"Balaji V. Iyer" <[EMAIL PROTECTED]> writes: > 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

Extracting destination register from an instruction

2005-11-15 Thread Balaji V. Iyer
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