From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Max Filippov <jcmvbkbc@gmail.com>, Richard Henderson <rth@twiddle.net>
Subject: [Qemu-devel] [PATCH v2] tcg/README: fix movcond/brcond cond argument position
Date: Tue, 9 Sep 2014 16:09:22 -0700 [thread overview]
Message-ID: <1410304162-13694-1-git-send-email-jcmvbkbc@gmail.com> (raw)
movcond and brcond have its cond argument first. Fix that in
documentation.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
Changes v1 -> v2:
- fix similar brcond issue
tcg/README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tcg/README b/tcg/README
index a550ff1..c538b3b 100644
--- a/tcg/README
+++ b/tcg/README
@@ -155,7 +155,7 @@ Define label 'label' at the current program point.
Jump to label.
-* brcond_i32/i64 t0, t1, cond, label
+* brcond_i32/i64 cond, t0, t1, label
Conditional jump if t0 cond t1 is true. cond can be:
TCG_COND_EQ
@@ -328,7 +328,7 @@ dest = (t1 cond t2)
Set DEST to 1 if (T1 cond T2) is true, otherwise set to 0.
-* movcond_i32/i64 dest, c1, c2, v1, v2, cond
+* movcond_i32/i64 cond, dest, c1, c2, v1, v2
dest = (c1 cond c2 ? v1 : v2)
--
1.8.1.4
next reply other threads:[~2014-09-09 23:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-09 23:09 Max Filippov [this message]
2014-09-09 23:12 ` [Qemu-devel] [PATCH v2] tcg/README: fix movcond/brcond cond argument position 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=1410304162-13694-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=qemu-devel@nongnu.org \
--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 NNTP newsgroup(s).