qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [V6 PATCH 17/18] target-ppc: Scalar Round to Single Pre


From: Richard Henderson
Subject: Re: [Qemu-devel] [V6 PATCH 17/18] target-ppc: Scalar Round to Single Precision
Date: Fri, 10 Jan 2014 13:40:24 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/10/2014 11:08 AM, Tom Musta wrote:
> This patch adds the VSX Scalar Round to Single Precision (xsrsp)
> instruction.
> 
> Signed-off-by: Tom Musta <address@hidden>
> ---
> V6: New.
> 
>  target-ppc/fpu_helper.c |   17 +++++++++++++++++
>  target-ppc/helper.h     |    1 +
>  target-ppc/translate.c  |    2 ++
>  3 files changed, 20 insertions(+), 0 deletions(-)

Ok, I guess, although why aren't we passing and returning by value, rather than
by reference?

This is scalar, so we only need to pass and return uint64_t...


r~



reply via email to

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