qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH 0/6] tcg conditional set, round 6
Date: Wed, 20 Jan 2010 09:18:16 -0800	[thread overview]
Message-ID: <cover.1264007896.git.rth@twiddle.net> (raw)

Changes v5-v6:
  * Update x86-64 post P_REXB changes.

Changes v4-v5:
  * Document double-word support opcodes in a new section of the README,
    as requested by Aurelien.
  * Shorten the branch-to-next in the EQ case of i386 brcond2,  as
    pointed out by Laurent.


r~


Richard Henderson (6):
  tcg: Document double-word support opcodes.
  tcg: Generic support for conditional set
  tcg: Add tcg_invert_cond.
  tcg-i386: Implement small forward branches.
  tcg-i386: Implement setcond.
  tcg-x86_64: Implement setcond.

 elf.h                   |    2 +
 tcg/README              |   36 +++++++++
 tcg/i386/tcg-target.c   |  187 +++++++++++++++++++++++++++++++++++++----------
 tcg/tcg-op.h            |   47 ++++++++++++
 tcg/tcg-opc.h           |    3 +
 tcg/tcg.c               |   21 ++++--
 tcg/tcg.h               |    5 +
 tcg/x86_64/tcg-target.c |   38 ++++++++-
 8 files changed, 288 insertions(+), 51 deletions(-)

             reply	other threads:[~2010-01-20 17:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-20 17:18 Richard Henderson [this message]
2010-01-07 18:07 ` [Qemu-devel] [PATCH 1/6] tcg: Document double-word support opcodes Richard Henderson
2010-01-07 18:13 ` [Qemu-devel] [PATCH 2/6] tcg: Generic support for conditional set Richard Henderson
2010-01-07 18:15 ` [Qemu-devel] [PATCH 3/6] tcg: Add tcg_invert_cond Richard Henderson
2010-01-07 18:29 ` [Qemu-devel] [PATCH 4/6] tcg-i386: Implement small forward branches Richard Henderson
2010-01-20 17:16 ` [Qemu-devel] [PATCH 6/6] tcg-x86_64: Implement setcond Richard Henderson
2010-01-20 17:21 ` [Qemu-devel] [PATCH 5/6] tcg-i386: " Richard Henderson
2010-01-26 16:34 ` [Qemu-devel] [PATCH 0/6] tcg conditional set, round 6 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=cover.1264007896.git.rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    /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).