]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-ppc: Implement bcdsetsgn. instruction
authorJose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
Fri, 25 Nov 2016 03:53:33 +0000 (01:53 -0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:13 +0000 (10:10 +1100)
commit466a3f9ca34dabb40f5e2c9c143939304cd6fb9e
treeeff6f7fd4bc5ea121f9285c1eec460c1a7ade105
parentc3025c3b0aa6baea66be11fa97c5ecbcbff09677
target-ppc: Implement bcdsetsgn. instruction

bcdsetsgn.: Decimal set sign. This instruction copies the register
value to the result register but adjust the signal according to
the preferred sign value.

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