public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Uros Bizjak <ubizjak@gmail.com>
To: Paolo Bonzini <bonzini@gnu.org>
Cc: Richard Henderson <rth@redhat.com>,
	  "Joseph S. Myers" <joseph@codesourcery.com>,
	 Richard Henderson <rth@twiddle.net>,
	  GCC Patches <gcc-patches@gcc.gnu.org>,
	 ro@CeBiTec.Uni-Bielefeld.DE, dannysmith@users.sourceforge.net
Subject: Re: [CFT] i386 sync functions for PR 39677
Date: Sat, 17 Oct 2009 18:51:00 -0000	[thread overview]
Message-ID: <4ADA0B65.6040208@gmail.com> (raw)
In-Reply-To: <4ADA06A6.6010607@gnu.org>

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.

  reply	other threads:[~2009-10-17 18:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-16 23:11 Richard Henderson
2009-10-16 23:27 ` Joseph S. Myers
2009-10-16 23:48   ` Richard Henderson
2009-10-17 18:14     ` Paolo Bonzini
2009-10-17 18:51       ` Uros Bizjak [this message]
2009-10-17 22:31         ` Paolo Bonzini
2009-10-18 11:58           ` Uros Bizjak
2009-10-19 14:24 ` Rainer Orth
2009-10-24  6:51 ` Danny Smith
2009-10-17  6:12 Ross Ridge
2009-10-17 17:14 ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ADA0B65.6040208@gmail.com \
    --to=ubizjak@gmail.com \
    --cc=bonzini@gnu.org \
    --cc=dannysmith@users.sourceforge.net \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=joseph@codesourcery.com \
    --cc=ro@CeBiTec.Uni-Bielefeld.DE \
    --cc=rth@redhat.com \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).