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

bcdctz. converts from BCD to Zoned numeric format. 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