]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
target-ppc: convert SPE FP ops to TCG
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 Nov 2008 10:54:04 +0000 (10:54 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 Nov 2008 10:54:04 +0000 (10:54 +0000)
commit1c97856dcc4557f75eb9a86ec5300f9450a1e1a0
tree0875ad311ee098fc2e7845eadbbffa90ba735774
parentf48879196272e8e966d4666e05ed4c11422f3baf
target-ppc: convert SPE FP ops to TCG

Including a few bug fixes:
- Don't clear high part for instruction with 32-bit destination
- Fix efscmp* and etstcmp* return value

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5783 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/helper.h
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/op_helper.h
target-ppc/translate.c