From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmOxm-0005Fs-7I for qemu-devel@nongnu.org; Tue, 11 Jun 2013 09:50:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmOxg-0004tN-5r for qemu-devel@nongnu.org; Tue, 11 Jun 2013 09:50:18 -0400 Sender: Richard Henderson Message-ID: <51B72B04.30207@twiddle.net> Date: Tue, 11 Jun 2013 06:49:56 -0700 From: Richard Henderson MIME-Version: 1.0 References: <20130602222452.1b0fdbd1@kryten> <20130602222723.1e006760@kryten> <51ACA7F0.5000904@twiddle.net> <20130611211935.7e171873@kryten> In-Reply-To: <20130611211935.7e171873@kryten> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] tcg-ppc64: Fix RLDCL opcode 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/11/2013 04:19 AM, Anton Blanchard wrote: > The rldcl instruction doesn't have an sh field, so the minor opcode > is shifted 1 bit. We were using the XO30 macro which shifted the > minor opcode 2 bits. > > Remove XO30 and add MD30 and MDS30 macros which match the > Power ISA categories. > > Cc: qemu-stable@nongnu.org > Signed-off-by: Anton Blanchard Reviewed-by: Richard Henderson r~