From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NilQT-0006FI-1K for qemu-devel@nongnu.org; Sat, 20 Feb 2010 04:15:01 -0500 Received: from [199.232.76.173] (port=60783 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NilQS-0006F3-KM for qemu-devel@nongnu.org; Sat, 20 Feb 2010 04:15:00 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NilQR-0002ir-Pr for qemu-devel@nongnu.org; Sat, 20 Feb 2010 04:15:00 -0500 Received: from mail-pv0-f173.google.com ([74.125.83.173]:35981 helo=mail-pv0-f45.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NilQR-0002in-HX for qemu-devel@nongnu.org; Sat, 20 Feb 2010 04:14:59 -0500 Received: by pvg13 with SMTP id 13so75228pvg.4 for ; Sat, 20 Feb 2010 01:14:58 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 20 Feb 2010 11:14:58 +0200 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Re: [PATCH 0/7] tcg-sparc improvements, v2 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org Thanks, applied all. On 2/19/10, Richard Henderson wrote: > 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(-) > >