From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53052 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFUBQ-0000oE-TJ for qemu-devel@nongnu.org; Fri, 21 May 2010 11:30:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFUBN-0003Ib-MU for qemu-devel@nongnu.org; Fri, 21 May 2010 11:30:44 -0400 Received: from are.twiddle.net ([75.149.56.221]:52861) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFUBN-0003II-Gp for qemu-devel@nongnu.org; Fri, 21 May 2010 11:30:41 -0400 From: Richard Henderson Date: Fri, 21 May 2010 08:30:20 -0700 Message-Id: Subject: [Qemu-devel] [PATCH 00/15] tcg-i386 cleanup and improvement, v3 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 Changes v2->v3: * ext8u and ext8s operate on 'q' register inputs only. * pushi is inline and loses the ifdef. * trailing whitespace cleanup r~ Richard Henderson (15): tcg-i386: Tidy ext8u and ext16u operations. tcg-i386: Tidy ext8s and ext16s operations. tcg-i386: Tidy immediate arithmetic operations. tcg-i386: Tidy non-immediate arithmetic operations. tcg-i386: Tidy movi. tcg-i386: Tidy push/pop. tcg-i386: Tidy calls. tcg-i386: Tidy ret. tcg-i386: Tidy setcc. tcg-i386: Tidy unary arithmetic. tcg-i386: Tidy multiply. tcg-i386: Tidy xchg. tcg-i386: Tidy lea. tcg-i386: Use lea for three-operand add. tcg-i386: Nuke trailing whitespace. tcg/i386/tcg-target.c | 504 ++++++++++++++++++++++++++++++------------------- 1 files changed, 308 insertions(+), 196 deletions(-)