target-alpha: convert FP ops to TCG
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 29 Sep 2008 17:21:28 +0000 (17:21 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 29 Sep 2008 17:21:28 +0000 (17:21 +0000)
commitf18cd2238d39950f8a532cb2a2ee48a453d2e88f
tree961cbb41d1f5b04b4e34f8671c8033e200929d71
parent023d8ca21fab3cb29be506946476ffc16c479a17
target-alpha: convert FP ops to TCG

- Convert FP ops to TCG
- Fix S format
- Implement F and G formats (untested)
- Fix MF_FPCR an MT_FPCR
- Fix FTOIS, FTOIT, ITOFF, ITOFS, ITOFT
- Fix CPYSN, CPYSE

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5354 c046a42c-6fe2-441c-8c8c-71466251a162
target-alpha/cpu.h
target-alpha/exec.h
target-alpha/helper.c
target-alpha/helper.h
target-alpha/op.c
target-alpha/op_helper.c
target-alpha/op_helper.h
target-alpha/op_helper_mem.h [deleted file]
target-alpha/op_mem.h
target-alpha/op_template.h [deleted file]
target-alpha/translate.c