From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com, atar4qemu@googlemail.com
Subject: [Qemu-devel] [PATCH 0/3] Fix ADDX compilation plus improvements, v2
Date: Wed, 12 May 2010 11:04:24 -0700 [thread overview]
Message-ID: <cover.1273687255.git.rth@twiddle.net> (raw)
In-Reply-To: <cover.1273529974.git.rth@twiddle.net>
Changes v1->v2:
* Fix ADDX carry generation properly, i.e. use the previous ADD
ICC carry computation for ADDX ICC and XCC.
* Tidy PSR generators wrt CODING_STYLE, other minor improvements.
* Set CC_OP properly in patch 3.
r~
Richard Henderson (3):
target-sparc: Fix compilation with --enable-debug.
target-sparc: Simplify ICC generation.
target-sparc: Inline some generation of carry for ADDX/SUBX.
target-sparc/op_helper.c | 220 ++++++++++++++++++++++++--------------
target-sparc/translate.c | 272 +++++++++++++++++++++++++++++++++-------------
2 files changed, 338 insertions(+), 154 deletions(-)
next prev parent reply other threads:[~2010-05-12 18:08 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-10 22:23 [Qemu-devel] [PATCH 0/3] Fix ADDX compilation plus improvements Richard Henderson
2010-05-10 22:23 ` [Qemu-devel] [PATCH 1/3] target-sparc: Fix compilation with --enable-debug Richard Henderson
2010-05-10 22:23 ` [Qemu-devel] [PATCH 2/3] target-sparc: Simplify ICC generation; fix ADDX carry generation Richard Henderson
2010-05-11 19:14 ` [Qemu-devel] " Blue Swirl
2010-05-11 21:31 ` [Qemu-devel] " Artyom Tarasenko
2010-05-12 14:56 ` Richard Henderson
2010-05-12 15:18 ` Artyom Tarasenko
2010-05-12 17:08 ` Richard Henderson
2010-05-12 15:04 ` Richard Henderson
2010-05-10 22:23 ` [Qemu-devel] [PATCH 3/3] target-sparc: Inline some generation of carry for ADDX/SUBX Richard Henderson
2010-05-11 19:28 ` [Qemu-devel] " Blue Swirl
2010-05-12 14:48 ` Richard Henderson
2010-05-12 18:04 ` Richard Henderson [this message]
2010-05-12 18:04 ` [Qemu-devel] [PATCH 1/3] target-sparc: Fix compilation with --enable-debug Richard Henderson
2010-05-12 18:04 ` [Qemu-devel] [PATCH 2/3] target-sparc: Simplify ICC generation Richard Henderson
2010-05-14 9:04 ` [Qemu-devel] " Artyom Tarasenko
2010-05-12 18:04 ` [Qemu-devel] [PATCH 3/3] target-sparc: Inline some generation of carry for ADDX/SUBX Richard Henderson
2010-05-20 19:59 ` [Qemu-devel] " Blue Swirl
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.1273687255.git.rth@twiddle.net \
--to=rth@twiddle.net \
--cc=atar4qemu@googlemail.com \
--cc=blauwirbel@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.