target-ppc: Implement bcdcpsgn. instruction
commitc3025c3b0aa6baea66be11fa97c5ecbcbff09677
authorJose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
Fri, 25 Nov 2016 03:53:32 +0000 (25 01:53 -0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:13 +0000 (31 10:10 +1100)
tree2c6ba597adb8be91e5f4e77e4bb4dc3fce7b26dd
parentc85bc7dd90219c2b0ebe278187f5efa7e465687c
target-ppc: Implement bcdcpsgn. instruction

bcdcpsgn.: Decimal copy sign. Given two registers vra and vrb, it
copies the vra value with vrb sign to the result register vrt.

Signed-off-by: Jose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/helper.h
target/ppc/int_helper.c
target/ppc/translate/vmx-impl.inc.c
target/ppc/translate/vmx-ops.inc.c