qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 8/8] target-tricore: Add instructions of RR1


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 8/8] target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as first opcode
Date: Wed, 17 Dec 2014 10:08:01 -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:
> Add instructions of RR1 opcode format, that have 0xb3 as first opcode.
> Add helper functions mulh, mulmh and mulrh, that compute multiplication,
> with multiprecision (mulmh) or rounding (mulrh) of 4 halfwords, being either 
> low or high parts
> of two 32 bit regs.
> 
> Signed-off-by: Bastian Koppelmann <address@hidden>
> ---
> v1 -> v2:
>     - mul_h/mulm_h/mulr_h: * move arg extraction to tcg-ops.
>                            * compute psw flags in tcg-ops.
>                            * helper now use TCG_CALL_NO_RWG_SE flag.
> 
>  target-tricore/helper.h    |   4 +
>  target-tricore/op_helper.c |  72 +++++++++++++++++
>  target-tricore/translate.c | 196 
> +++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 272 insertions(+)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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