target-ppc: Implement bcdcfz. instruction
authorJose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
Tue, 8 Nov 2016 16:50:24 +0000 (14:50 -0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 14 Nov 2016 23:06:48 +0000 (10:06 +1100)
commit38f4cb043b04e43f48317750aaa619d97e1eff37
tree1e538c48069bbe0d0979c69fa9083a980f4e4337
parente2106d73d06d33c3e270535a5f69ff081760a267
target-ppc: Implement bcdcfz. instruction

bcdcfz. converts from Zoned numeric format to BCD. Zoned format uses
a byte to represent a digit where the most significant nibble is 0x3
or 0xf, depending on the preferred signal.

Signed-off-by: Jose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
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