load reverse

2013-08-08 Thread sravan megan
Hi All, I am new to GCC. I was working in an Embedded processor with GCC-4.6.4 version. I need to add load/store reverse instructions to the MD file. My instructions will look as below: LWX Rd,Ra,Rb operation: Addr := Ra + Rb Rd := *Addr(loading data wit

Re: load reverse

2013-08-11 Thread sravan megan
Anyone please help me to get out of this issue Thanks, Sravan On Thu, Aug 8, 2013 at 5:29 PM, sravan megan wrote: > Hi All, > >I am new to GCC. I was working in an Embedded processor with > GCC-4.6.4 version. > >I need to add load/store reverse instructions to the