- Move FPU exception handling into helper functions, since they are big.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 18 May 2007 11:55:54 +0000 (11:55 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 18 May 2007 11:55:54 +0000 (11:55 +0000)
commitfd4a04ebb220b1ada72275297fc12cb85e89bbfb
treedd328471d4edb0b260bd2c0f8d85142465fcd365
parent34ae7b51f54a5d58d30e31a92f8ece02973de50b
- Move FPU exception handling into helper functions, since they are big.
- Fix FP-conditional branches.
- Check FPU register mode at runtime, not translation time, as the F64
  status bit can change.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2828 c046a42c-6fe2-441c-8c8c-71466251a162
target-mips/cpu.h
target-mips/exec.h
target-mips/op.c
target-mips/op_helper.c
target-mips/translate.c