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 5
Date: Thu, 7 Jan 2010 10:46:55 -0800 [thread overview]
Message-ID: <cover.1262890015.git.rth@twiddle.net> (raw)
Changes since round 4:
* 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(-)
next reply other threads:[~2010-01-07 18:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-07 18:46 Richard Henderson [this message]
2010-01-07 18:46 ` [Qemu-devel] [PATCH 1/6] tcg: Document double-word support opcodes Richard Henderson
2010-01-07 18:46 ` [Qemu-devel] [PATCH 2/6] tcg: Generic support for conditional set Richard Henderson
2010-01-07 18:46 ` [Qemu-devel] [PATCH 3/6] tcg: Add tcg_invert_cond Richard Henderson
2010-01-07 18:46 ` [Qemu-devel] [PATCH 4/6] tcg-i386: Implement small forward branches Richard Henderson
2010-02-06 16:12 ` Aurelien Jarno
2010-01-07 18:47 ` [Qemu-devel] [PATCH 5/6] tcg-i386: Implement setcond Richard Henderson
2010-01-07 18:47 ` [Qemu-devel] [PATCH 6/6] tcg-x86_64: " Richard Henderson
2010-02-06 16:13 ` [Qemu-devel] [PATCH 0/6] tcg conditional set, round 5 Aurelien Jarno
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.1262890015.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).