]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/helper.h
target-ppc: Add xvcv[hpsp, sphp] instructions
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Thu, 12 Jan 2017 16:24:09 +0000 (21:54 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:14 +0000 (10:10 +1100)
commit8b920d8abccc7c7cbd780d1c5a6d249177aea786
treecf089e098e36c996c9431bfcc1d6280aea44bb75
parenta811ec0491fb82797114627ac8018e3edacf7dfe
target-ppc: Add xvcv[hpsp, sphp] instructions

xvcvhpsp: VSX Vector Convert Half Precision to Single Precision
xvcvsphp: VSX Vector Convert Single Precision to Half Precision

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/fpu_helper.c
target/ppc/helper.h
target/ppc/translate/vsx-impl.inc.c
target/ppc/translate/vsx-ops.inc.c