|
From: | Richard Henderson |
Subject: | Re: [Qemu-ppc] [PATCH 2/2] PPC: Introduce 32bit only cmp ops |
Date: | Wed, 08 May 2013 08:26:17 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 |
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<address@hidden> Signed-off-by: Alexander Graf<address@hidden>
Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |