Re: Inserting Custom RTLs by the Haifa Scheduler

2008-10-26 Thread Revital1 Eres
Hello, > I am currently working on OpenRISC port of GCC-4.0.2, and I have to > insert a custom RTL (which gets translated to an instruction) at fixed > parts of the code. I have created the custom instruction (by modifying > RTL.DEF) and then put the appropritae constraints in my .md file. >

Inserting Custom RTLs by the Haifa Scheduler

2008-10-25 Thread Balaji V. Iyer
Hello Everyone, I am currently working on OpenRISC port of GCC-4.0.2, and I have to insert a custom RTL (which gets translated to an instruction) at fixed parts of the code. I have created the custom instruction (by modifying RTL.DEF) and then put the appropritae constraints in my .md file.