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

bcds.: Decimal shift. Given two registers vra and vrb, this instruction
shift the vrb value by vra bits into the result register.

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