[Qemu-devel] Re: [PATCH 3/6] tcg: Optional target implementation of ANDC.

2010-02-17 Thread Richard Henderson
On 02/17/2010 10:34 AM, Blue Swirl wrote: > On Wed, Feb 17, 2010 at 12:10 AM, Richard Henderson wrote: >> Previously ANDC was always implemented by tcg-op.h with >> an explicit NOT opcode. Allow a target implementation. > > I think the convention is to add commented out #defines or #undefs for >

[Qemu-devel] Re: [PATCH 3/6] tcg: Optional target implementation of ANDC.

2010-02-17 Thread Blue Swirl
On Wed, Feb 17, 2010 at 12:10 AM, Richard Henderson wrote: > Previously ANDC was always implemented by tcg-op.h with > an explicit NOT opcode.  Allow a target implementation. I think the convention is to add commented out #defines or #undefs for all targets, like sparc in bswap case: //#define TC