qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups
@ 2011-12-10 12:58 Andreas Färber
  2011-12-10 12:58 ` [Qemu-devel] [PATCH 1/6] target-i386: Fix sloppy uses of i32/i64 functions Andreas Färber
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Andreas Färber @ 2011-12-10 12:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-12-12 15:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-10 12:58 [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups Andreas Färber
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

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).