Re: Supporting an instruction in the back-end - II

2008-05-19 Thread Michael Meissner
On Wed, May 14, 2008 at 10:18:56AM +0530, Mohamed Shafi wrote: > Hello all, > > Will it be possible to write a pattern in the md file to support > setting/clearing a bit of a particular register? > The instructions are as follows: > > clrb Rx, bitNo > setb Rx, bitNo > > Could you point me to the

RE: Supporting an instruction in the back-end - II

2008-05-14 Thread Dave Korn
Mohamed Shafi wrote on 14 May 2008 05:49: > Hello all, > > Will it be possible to write a pattern in the md file to support > setting/clearing a bit of a particular register? > The instructions are as follows: > > clrb Rx, bitNo > setb Rx, bitNo > > Could you point me to the back-ends that has