]> git.proxmox.com Git - mirror_qemu.git/commit
ppc: Implement bcdus. instruction
authorJose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
Tue, 10 Jan 2017 02:10:11 +0000 (00:10 -0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:14 +0000 (10:10 +1100)
commita49a95e9e4dc2652cdc8a1e4fb1bfb66dba2e1d8
tree4e675631154e71c1fcb87c112ecb9a1d97d27f23
parente04797f79e48b5410457ec093249676585361de0
ppc: Implement bcdus. instruction

bcdus.: Decimal unsigned shift. This instruction works like bcds. but
considers only unsigned BCDs (no sign in least meaning 4 bits).

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
target/ppc/translate/vmx-ops.inc.c