qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] tcg: movcond
@ 2012-09-18 14:23 Richard Henderson
  2012-09-18 14:23 ` [Qemu-devel] [PATCH 1/5] tcg: Introduce movcond Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Richard Henderson @ 2012-09-18 14:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

As recently discussed, with the optional fallback to setcond.

I include a patch to target-alpha to test correctness both
before and after implementing the opcode in the i386 backend,
as well as in the optimizations.


r~


Richard Henderson (5):
  tcg: Introduce movcond
  target-alpha: Use movcond
  tcg-i386: Implement movcond
  tcg: Optimize movcond for constant comparisons
  tcg: Optimize two-address commutative operations

 target-alpha/translate.c | 102 ++++++++++++++++++++++-------------------------
 tcg/README               |   6 +++
 tcg/arm/tcg-target.h     |   1 +
 tcg/hppa/tcg-target.h    |   1 +
 tcg/i386/tcg-target.c    |  29 ++++++++++++++
 tcg/i386/tcg-target.h    |   7 ++++
 tcg/ia64/tcg-target.h    |   2 +
 tcg/mips/tcg-target.h    |   1 +
 tcg/optimize.c           |  49 ++++++++++++++++++++++-
 tcg/ppc/tcg-target.h     |   1 +
 tcg/ppc64/tcg-target.h   |   2 +
 tcg/s390/tcg-target.h    |   2 +
 tcg/sparc/tcg-target.h   |   2 +
 tcg/tcg-op.h             |  41 +++++++++++++++++++
 tcg/tcg-opc.h            |   2 +
 tcg/tcg.c                |  11 +++--
 tcg/tcg.h                |   1 +
 tcg/tci/tcg-target.h     |   2 +
 18 files changed, 200 insertions(+), 62 deletions(-)

-- 
1.7.11.4

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

end of thread, other threads:[~2012-09-21 14:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 14:23 [Qemu-devel] [PATCH 0/5] tcg: movcond Richard Henderson
2012-09-18 14:23 ` [Qemu-devel] [PATCH 1/5] tcg: Introduce movcond Richard Henderson
2012-09-18 21:11   ` Aurelien Jarno
2012-09-20 22:06   ` Aurelien Jarno
2012-09-20 22:47     ` Richard Henderson
2012-09-18 14:23 ` [Qemu-devel] [PATCH 2/5] target-alpha: Use movcond Richard Henderson
2012-09-18 14:23 ` [Qemu-devel] [PATCH 3/5] tcg-i386: Implement movcond Richard Henderson
2012-09-18 21:11   ` Aurelien Jarno
2012-09-18 14:23 ` [Qemu-devel] [PATCH 4/5] tcg: Optimize movcond for constant comparisons Richard Henderson
2012-09-18 21:11   ` Aurelien Jarno
2012-09-20 22:04     ` Aurelien Jarno
2012-09-21 14:33       ` Richard Henderson
2012-09-21 14:52         ` Aurelien Jarno
2012-09-18 14:24 ` [Qemu-devel] [PATCH 5/5] tcg: Optimize two-address commutative operations Richard Henderson
2012-09-18 21:11   ` Aurelien Jarno
2012-09-18 21:11 ` [Qemu-devel] [PATCH 0/5] tcg: movcond Aurelien Jarno
2012-09-19 13:03   ` malc
2012-09-19 14:26     ` Richard Henderson
2012-09-19 19:07   ` Blue Swirl
2012-09-19 19:14     ` Richard Henderson

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