qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] tcg/README: fix movcond/brcond cond argument position
@ 2014-09-09 23:09 Max Filippov
  2014-09-09 23:12 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2014-09-09 23:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov, Richard Henderson

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH v2] tcg/README: fix movcond/brcond cond argument position
  2014-09-09 23:09 [Qemu-devel] [PATCH v2] tcg/README: fix movcond/brcond cond argument position Max Filippov
@ 2014-09-09 23:12 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2014-09-09 23:12 UTC (permalink / raw)
  To: Max Filippov, qemu-devel

On 09/09/2014 04:09 PM, Max Filippov wrote:
> movcond and brcond have its cond argument first. Fix that in
> documentation.

Also no.  See my previous reply.


r~

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-09 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 23:09 [Qemu-devel] [PATCH v2] tcg/README: fix movcond/brcond cond argument position Max Filippov
2014-09-09 23:12 ` Richard Henderson

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).