From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com
Subject: [Qemu-devel] [PATCH 0/7] tcg-sparc improvements, v2
Date: Thu, 18 Feb 2010 14:44:57 -0800 [thread overview]
Message-ID: <cover.1266533097.git.rth@twiddle.net> (raw)
Changes since v1:
* Add comments for all optional instructions that aren't implemented
on each architecture, as requested.
* Rebase vs master.
r~
Richard Henderson (7):
tcg-sparc: Implement neg.
tcg-sparc: Implement not.
tcg: Optional target implementation of ANDC.
tcg: Optional target implementation of ORC.
tcg-sparc: Implement ANDC.
tcg-sparc: Implement ORC.
tcg: Add comments for all optional instructions not implemented.
tcg/arm/tcg-target.h | 14 ++++++++++++++
tcg/i386/tcg-target.h | 12 +++++++-----
tcg/mips/tcg-target.h | 4 +++-
tcg/ppc/tcg-target.h | 10 +++++++++-
tcg/ppc64/tcg-target.h | 25 ++++++++++++++++++++++---
tcg/s390/tcg-target.h | 30 ++++++++++++++++++++++++++++++
tcg/sparc/tcg-target.c | 30 ++++++++++++++++++++++++++++++
tcg/sparc/tcg-target.h | 31 ++++++++++++++++++++++++-------
tcg/tcg-op.h | 22 ++++++++++++++++++++++
tcg/tcg-opc.h | 12 ++++++++++++
tcg/x86_64/tcg-target.h | 6 +++++-
11 files changed, 178 insertions(+), 18 deletions(-)
next reply other threads:[~2010-02-18 22:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-18 22:44 Richard Henderson [this message]
2010-02-16 21:55 ` [Qemu-devel] [PATCH 1/7] tcg-sparc: Implement neg Richard Henderson
2010-02-16 22:02 ` [Qemu-devel] [PATCH 2/7] tcg-sparc: Implement not Richard Henderson
2010-02-16 22:10 ` [Qemu-devel] [PATCH 3/7] tcg: Optional target implementation of ANDC Richard Henderson
2010-02-16 22:15 ` [Qemu-devel] [PATCH 4/7] tcg: Optional target implementation of ORC Richard Henderson
2010-02-16 22:21 ` [Qemu-devel] [PATCH 5/7] tcg-sparc: Implement ANDC Richard Henderson
2010-02-16 22:23 ` [Qemu-devel] [PATCH 6/7] tcg-sparc: Implement ORC Richard Henderson
2010-02-18 22:44 ` [Qemu-devel] [PATCH 7/7] tcg: Add comments for all optional instructions not implemented Richard Henderson
2010-02-20 9:14 ` [Qemu-devel] Re: [PATCH 0/7] tcg-sparc improvements, v2 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.1266533097.git.rth@twiddle.net \
--to=rth@twiddle.net \
--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 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).