[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH 18/19] Add VSX ISA2.06 Integer Conver
From: |
Richard Henderson |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH 18/19] Add VSX ISA2.06 Integer Conversion Instructions |
Date: |
Thu, 24 Oct 2013 13:51:40 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
On 10/24/2013 09:27 AM, Tom Musta wrote:
> This patch adds the VSX Integer Conversion instructions defined by
> V2.06 of the PowerPC ISA:
>
> - xscvdpsxds, xscvdpsxws, xscvdpuxds, xscvdpuxws
> - xvcvdpsxds, xvcvdpsxws, xvcvdpuxds, xvcvdpuxws
> - xvcvspsxds, xvcvspsxws, xvcvspuxds, xvcvspuxws
> - xscvsxddp, xscvuxddp
> - xvcvsxddp, xscvsxwdp, xvcvuxddp, xvcvuxwdp
> - xvcvsxdsp, xscvsxwsp, xvcvuxdsp, xvcvuxwsp
>
> Signed-off-by: Tom Musta <address@hidden>
> ---
With a codingstyle fix,
Reviewed-by: Richard Henderson <address@hidden>
> + xt.tfld = rnan;
> \
> + }
> \
> + else {
> \
> + xt.tfld = stp##_to_##ttp(xb.sfld, &env->fp_status);
> \
Here.
r~
[Qemu-ppc] [PATCH 16/19] Add VSX Vector Compare Instructions, Tom Musta, 2013/10/24
[Qemu-ppc] [PATCH 17/19] Add VSX Floating Point to Floating Point Conversion Instructions, Tom Musta, 2013/10/24
[Qemu-ppc] [PATCH 18/19] Add VSX ISA2.06 Integer Conversion Instructions, Tom Musta, 2013/10/24
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 18/19] Add VSX ISA2.06 Integer Conversion Instructions,
Richard Henderson <=
[Qemu-ppc] [PATCH 19/19] Add VSX Rounding Instructions, Tom Musta, 2013/10/24