On 01/10/2014 11:08 AM, Tom Musta wrote:
> This patch adds the non-signalling scalar conversion instructions:
> 
>   - VSX Scalar Convert Single Precision to Double Precision
>     Non-Signalling (xscvspdpn)
>   - VSX Scalar Convert Double Precision to Single Precision
>     Non-Signalling (xscvdpspn)
> 
> Signed-off-by: Tom Musta <tommu...@gmail.com>
> ---
> V6: New.
> 
>  target-ppc/fpu_helper.c |   19 +++++++++++++++++++
>  target-ppc/helper.h     |    2 ++
>  target-ppc/translate.c  |    4 ++++
>  3 files changed, 25 insertions(+), 0 deletions(-)

Reviewed-by: Richard Henderson <r...@twiddle.net>

Of course, this also deserves the same cleanup that all of the other VSX
scalars ought to get -- reorg to be more like regular FP, with data passed by
value.


r~

Reply via email to