From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua4OK-000068-P3 for qemu-devel@nongnu.org; Wed, 08 May 2013 09:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua4OF-0006eQ-GK for qemu-devel@nongnu.org; Wed, 08 May 2013 09:26:44 -0400 Sender: Richard Henderson Message-ID: <518A5279.90605@twiddle.net> Date: Wed, 08 May 2013 08:26:17 -0500 From: Richard Henderson MIME-Version: 1.0 References: <1368011252-15928-1-git-send-email-agraf@suse.de> <1368011252-15928-3-git-send-email-agraf@suse.de> In-Reply-To: <1368011252-15928-3-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] PPC: Introduce 32bit only cmp ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Torbjorn Granlund On 2013-05-08 06:07, Alexander Graf wrote: > When running a 32bit target CPU with qemu-(system-)-ppc, NARROW_MODE > is not set, so we never get to leverage the "32bit only" code path in > the compare op handlers. > > Introduce new handlers based on the 32bit only flag. That way we can > have 2 separate functions for 32bit mode and 64bit mode, which can > handle NARROW_MODE. > > Reported-by: Torbjorn Granlund > Signed-off-by: Alexander Graf > Reviewed-by: Richard Henderson r~