target-ppc: Add VSX ISA2.06 Integer Conversion Instructions
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:34 +0000 (16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:32 +0000 (03:06 +0100)
commit5177d2ca938496f060448f71f9edd9145231d9af
treea6ca3a4c82f75f33efe03de37f6795c1814e3fff
parented8ac5686a8e1aba7ddc5d8ca3a56a7496a2a536
target-ppc: Add VSX ISA2.06 Integer Conversion Instructions

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 <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c
target-ppc/helper.h
target-ppc/translate.c