qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] tcg conditional set, round 5
@ 2010-01-07 18:46 Richard Henderson
  2010-01-07 18:46 ` [Qemu-devel] [PATCH 1/6] tcg: Document double-word support opcodes Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Richard Henderson @ 2010-01-07 18:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

Changes since round 4:

 * Document double-word support opcodes in a new section of the README,
   as requested by Aurelien.

 * Shorten the branch-to-next in the EQ case of i386 brcond2,  as
   pointed out by Laurent.


r~


Richard Henderson (6):
  tcg: Document double-word support opcodes.
  tcg: Generic support for conditional set
  tcg: Add tcg_invert_cond.
  tcg-i386: Implement small forward branches.
  tcg-i386: Implement setcond.
  tcg-x86_64: Implement setcond.

 elf.h                   |    2 +
 tcg/README              |   36 +++++++++
 tcg/i386/tcg-target.c   |  187 +++++++++++++++++++++++++++++++++++++----------
 tcg/tcg-op.h            |   47 ++++++++++++
 tcg/tcg-opc.h           |    3 +
 tcg/tcg.c               |   21 ++++--
 tcg/tcg.h               |    5 +
 tcg/x86_64/tcg-target.c |   38 ++++++++-
 8 files changed, 288 insertions(+), 51 deletions(-)

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

end of thread, other threads:[~2010-02-06 16:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 18:46 [Qemu-devel] [PATCH 0/6] tcg conditional set, round 5 Richard Henderson
2010-01-07 18:46 ` [Qemu-devel] [PATCH 1/6] tcg: Document double-word support opcodes Richard Henderson
2010-01-07 18:46 ` [Qemu-devel] [PATCH 2/6] tcg: Generic support for conditional set Richard Henderson
2010-01-07 18:46 ` [Qemu-devel] [PATCH 3/6] tcg: Add tcg_invert_cond Richard Henderson
2010-01-07 18:46 ` [Qemu-devel] [PATCH 4/6] tcg-i386: Implement small forward branches Richard Henderson
2010-02-06 16:12   ` Aurelien Jarno
2010-01-07 18:47 ` [Qemu-devel] [PATCH 5/6] tcg-i386: Implement setcond Richard Henderson
2010-01-07 18:47 ` [Qemu-devel] [PATCH 6/6] tcg-x86_64: " Richard Henderson
2010-02-06 16:13 ` [Qemu-devel] [PATCH 0/6] tcg conditional set, round 5 Aurelien Jarno

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