target-ppc: Add VSX ISA2.06 xadd/xsub Instructions
commitee6e02c0aca020a1934a14c36cff258545dc29b5
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:21 +0000 (2 16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:28 +0000 (5 03:06 +0100)
treec113aed0b5871a89f3ff5d6cf2957fd09c55c0e1
parent3c3cbbdc84dbe594b4fa4df52eb8ed6f42d640d8
target-ppc: Add VSX ISA2.06 xadd/xsub Instructions

This patch adds the floating point addition and subtraction
instructions defined by V2.06 of the PowerPC ISA: xssubdp,
xvsubdp and xvsubsp.

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