aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-26 19:53:29 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-26 19:53:29 +0000
commita80dde08372ca86b48363dfee019af0dc3bc97aa (patch)
tree816f9969502e850e0e1cd3ecb5567170342c6d0b /target-sparc/op.c
parent29133e9a0fff5775f8a1bef8671802a8624fc2c4 (diff)
downloadqemu-a80dde08372ca86b48363dfee019af0dc3bc97aa.zip
qemu-a80dde08372ca86b48363dfee019af0dc3bc97aa.tar.gz
qemu-a80dde08372ca86b48363dfee019af0dc3bc97aa.tar.bz2
SPARC FPU optimization (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2023 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r--target-sparc/op.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c
index d5df859..f6d417f 100644
--- a/target-sparc/op.c
+++ b/target-sparc/op.c
@@ -1017,15 +1017,6 @@ void OPPROTO op_trapcc_T0(void)
FORCE_RET();
}
-void OPPROTO op_trap_ifnofpu(void)
-{
- if (!env->psref) {
- env->exception_index = TT_NFPU_INSN;
- cpu_loop_exit();
- }
- FORCE_RET();
-}
-
void OPPROTO op_fpexception_im(void)
{
env->exception_index = TT_FP_EXCP;