From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDdVS-0004TH-R6 for qemu-devel@nongnu.org; Mon, 17 Sep 2012 11:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDdVJ-0007CW-8g for qemu-devel@nongnu.org; Mon, 17 Sep 2012 11:45:06 -0400 Received: from mail-qc0-f173.google.com ([209.85.216.173]:63991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDdVJ-0007CK-20 for qemu-devel@nongnu.org; Mon, 17 Sep 2012 11:44:57 -0400 Received: by qcab12 with SMTP id b12so4868206qca.4 for ; Mon, 17 Sep 2012 08:44:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <50574574.9040208@twiddle.net> Date: Mon, 17 Sep 2012 08:44:52 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1347836915-14091-1-git-send-email-aurelien@aurel32.net> <1347836915-14091-4-git-send-email-aurelien@aurel32.net> <50574320.6030407@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/5] target-arm: convert shl and shr helpers to TCG List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Laurent Desnogues , qemu-devel@nongnu.org, Aurelien Jarno On 09/17/2012 08:41 AM, Peter Maydell wrote: > Of these, the first is the most significant. If you want to wade > through architecture manuals for 8 architectures, be my guest :-) I think that's probably easier than auditing all of our guests now. ;-) r~