From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjVpQ-0000Hn-Rx for qemu-devel@nongnu.org; Mon, 03 Jun 2013 10:33:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjVpO-00065K-59 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 10:33:44 -0400 Sender: Richard Henderson Message-ID: <51ACA936.2030605@twiddle.net> Date: Mon, 03 Jun 2013 07:33:26 -0700 From: Richard Henderson MIME-Version: 1.0 References: <20130602222452.1b0fdbd1@kryten> <20130602223018.440457e3@kryten> In-Reply-To: <20130602223018.440457e3@kryten> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] tcg-ppc64: rotr_i32 rotates wrong amount List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anton Blanchard Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, agraf@suse.de, aurelien@aurel32.net, david@gibson.dropbear.id.au On 06/02/2013 05:30 AM, Anton Blanchard wrote: > rotr_i32 calculates the amount to left shift and puts it into a > temporary, but then doesn't use it when doing the shift. > > Cc: qemu-stable@nongnu.org > Signed-off-by: Anton Blanchard > --- Reviewed-by: Richard Henderson r~