[CFT] i386 sync functions for PR 39677

Paolo Bonzini bonzini@gnu.org
Sat Oct 17 22:31:00 GMT 2009


On 10/17/2009 08:22 PM, Uros Bizjak wrote:
> On 10/17/2009 08:02 PM, Paolo Bonzini wrote:
>> On 10/17/2009 01:27 AM, Richard Henderson wrote:
>>> #define NAND(S,D) not D; and S,D
>>
>> I'm not 100% positive, but shouldn't this be "not S; and S,D" (as in
>> "clear the given bits")?
>
> This should be "and S,D; not D", since NAND stands for NOT AND.

Not in sync builtins (nand is actually andn).  You fixed that bug IIRC.

Paolo



More information about the Gcc-patches mailing list