qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] tcg-sparc improvements


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/6] tcg-sparc improvements
Date: Tue, 16 Feb 2010 15:15:40 -0800

All of these patches are toward reducing the number of TCG opcodes
generated.  Three of the patches reduce the number of real insns
generated as well.  The ANDC and ORC opcodes are already generated
by the ARM, PPC, and Alpha translators.

I now have remote access to a real debian sparc64 machine, so this
has actually been tested on real hardware for a change.  ;-)


r~


Richard Henderson (6):
  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/sparc/tcg-target.c |   30 ++++++++++++++++++++++++++++++
 tcg/sparc/tcg-target.h |   11 +++++++++--
 tcg/tcg-op.h           |   22 ++++++++++++++++++++++
 tcg/tcg-opc.h          |   12 ++++++++++++
 4 files changed, 73 insertions(+), 2 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]