target-ppc: implement xsabsqp/xsnabsqp instruction
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Dec 2016 03:49:23 +0000 (14:49 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:13 +0000 (10:10 +1100)
commit3259dbd9df967554dd8f77ec0afbb863e2664a2a
treefd15f3bf31c46bbd68901233f7c39652ba10d7ac
parentcdee0e72d0a03fe8b7f1b201ead0737cca4997db
target-ppc: implement xsabsqp/xsnabsqp instruction

xsabsqp:  VSX Scalar Absolute Quad-Precision
xsnabsqp: VSX Scalar Negative Absolute Quad-Precision

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate/vsx-impl.inc.c
target/ppc/translate/vsx-ops.inc.c