qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/8] target-tricore: Change SSOV/SUOV makro n


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 1/8] target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32
Date: Wed, 17 Dec 2014 09:42:28 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

On 12/17/2014 09:59 AM, Bastian Koppelmann wrote:
> Those makros are exclusively used for 32 bit arithmetics and won't work for
> 16 bit with two halfwords. So lets get rid of the len parameter and make them
> always use 32 bit. Now no token pasting is needed anymore and they can be
> regular functions.
> 
> Signed-off-by: Bastian Koppelmann <address@hidden>
> ---
> v1 -> v2:
>     - SSOV32/SUOV32 are now regular functions.
> 
>  target-tricore/op_helper.c | 134 
> ++++++++++++++++++++-------------------------
>  1 file changed, 58 insertions(+), 76 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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