qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v14 26/33] target-tilegx: Handle scalar multiply


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v14 26/33] target-tilegx: Handle scalar multiply instructions
Date: Sun, 30 Aug 2015 14:46:46 +0100

On 24 August 2015 at 17:17, Richard Henderson <address@hidden> wrote:
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  target-tilegx/translate.c | 112 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 112 insertions(+)

It seems a shame that these are all 32x32->64 multiplies
(or in some cases 32x32->32), but we won't actually be able
to make use of a host CPU 32x32->64 instruction.

Still, these give the right results I think so
Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

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