From: "Andreas Färber" <andreas.faerber@web.de>
To: qemu-devel@nongnu.org
Cc: "Andreas Färber" <andreas.faerber@web.de>
Subject: [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups
Date: Sat, 10 Dec 2011 13:58:09 +0100 [thread overview]
Message-ID: <1323521895-26693-1-git-send-email-andreas.faerber@web.de> (raw)
Hello,
This series makes target-i386 compile with DEBUG_TCGV_TL.
Patches 1-2 could be cherry-picked already.
Patch 1 is fairly trivial.
Patch 2 is the only patch in the series that needs an additional temporary.
Patch 3 introduces two new functions to avoid that elsewhere. Needs TCGv series.
With that, patch 4 then becomes as trivial as patch 1.
Patches 5-6 convert x86_64-specific code to match generic code, switching to
a pre-existing temporary from the preceding if branch, and add missing braces.
Regards,
Andreas
Andreas Färber (6):
target-i386: Fix sloppy uses of i32/i64 functions
target-i386: Cleanup movd xmm, ea
tcg: Add tcg_gen_qemu_{ld,st}64_tl()
target-i386: Use tcg_gen_{ld,st}64_tl()
target-i386: Cleanup pinsrq
target-i386: Cleanup pextrq
target-i386/translate.c | 174 ++++++++++++++++++++++++-----------------------
tcg/tcg-op.h | 12 +++
2 files changed, 102 insertions(+), 84 deletions(-)
--
1.7.7
next reply other threads:[~2011-12-10 12:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-10 12:58 Andreas Färber [this message]
2011-12-10 12:58 ` [Qemu-devel] [PATCH 1/6] target-i386: Fix sloppy uses of i32/i64 functions Andreas Färber
2011-12-10 12:58 ` [Qemu-devel] [PATCH 2/6] target-i386: Cleanup movd xmm, ea Andreas Färber
2011-12-10 12:58 ` [Qemu-devel] [RFC 3/6] tcg: Add tcg_gen_qemu_{ld,st}64_tl() Andreas Färber
2011-12-10 12:58 ` [Qemu-devel] [RFC 4/6] target-i386: Use tcg_gen_{ld,st}64_tl() Andreas Färber
2011-12-10 12:58 ` [Qemu-devel] [RFC 5/6] target-i386: Cleanup pinsrq Andreas Färber
2011-12-10 12:58 ` [Qemu-devel] [RFC 6/6] target-i386: Cleanup pextrq Andreas Färber
2011-12-11 23:42 ` [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups Paul Brook
2011-12-12 9:50 ` Andreas Färber
2011-12-12 14:56 ` Paul Brook
2011-12-12 15:34 ` Andreas Färber
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=1323521895-26693-1-git-send-email-andreas.faerber@web.de \
--to=andreas.faerber@web.de \
--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).