All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] tcg-sparc improvements, v2
@ 2010-02-18 22:44 Richard Henderson
  2010-02-16 21:55 ` [Qemu-devel] [PATCH 1/7] tcg-sparc: Implement neg Richard Henderson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Richard Henderson @ 2010-02-18 22:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel

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

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

end of thread, other threads:[~2010-02-20  9:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 22:44 [Qemu-devel] [PATCH 0/7] tcg-sparc improvements, v2 Richard Henderson
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.