qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] target-xtensa: de-optimize EXTUI


From: Max Filippov
Subject: Re: [Qemu-devel] [PATCH v2] target-xtensa: de-optimize EXTUI
Date: Tue, 2 Oct 2012 00:21:15 +0400

On Mon, Oct 1, 2012 at 10:54 PM, Aurelien Jarno <address@hidden> wrote:
> Now that "and" with 0xff, 0xffff and 0xffffffff and "shr" with 0 shift
> are optimized in tcg/tcg-op.h there is no need to do it in
> target-xtensa/translate.c.
>
> Cc: Max Filippov <address@hidden>
> Signed-off-by: Aurelien Jarno <address@hidden>
> ---
>  target-xtensa/translate.c |   22 ++--------------------
>  1 file changed, 2 insertions(+), 20 deletions(-)
>
> v1 -> v2: also remove the test on shiftimm to select either a shift or
>           a move.

Acked-by: Max Filippov <address@hidden>

-- 
Thanks.
-- Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]