This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [CFT] i386 sync functions for PR 39677


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.


Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]