From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZoNZ-0005qB-If for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:35:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZoNY-0005oN-CV for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:35:01 -0500 Received: from [199.232.76.173] (port=44243 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZoNX-0005nz-TV for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:35:00 -0500 Received: from are.twiddle.net ([75.149.56.221]:57523) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZoNX-0000Ca-BT for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:34:59 -0500 Message-ID: <4B5F19B1.5040404@twiddle.net> Date: Tue, 26 Jan 2010 08:34:57 -0800 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/6] tcg conditional set, round 6 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Ping? r~ On 01/20/2010 09:18 AM, Richard Henderson wrote: > Changes v5-v6: > * Update x86-64 post P_REXB changes. > > Changes v4-v5: > * 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(-)