aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-mips/op.c')
-rw-r--r--target-mips/op.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/target-mips/op.c b/target-mips/op.c
index 9b8dd60d9d..21795ad370 100644
--- a/target-mips/op.c
+++ b/target-mips/op.c
@@ -144,8 +144,6 @@ CALL_FROM_TB2(func, arg0, arg1);
#include "op_template.c"
#undef TN
-#ifdef MIPS_USES_FPU
-
#define SFREG 0
#define DFREG 0
#include "fop_template.c"
@@ -279,8 +277,6 @@ CALL_FROM_TB2(func, arg0, arg1);
#include "fop_template.c"
#undef FTN
-#endif
-
void op_dup_T0 (void)
{
T2 = T0;
@@ -924,7 +920,6 @@ void op_movz (void)
RETURN();
}
-#ifdef MIPS_USES_FPU
void op_movf (void)
{
if (!(env->fcr31 & PARAM1))
@@ -938,7 +933,6 @@ void op_movt (void)
env->gpr[PARAM2] = env->gpr[PARAM3];
RETURN();
}
-#endif
/* Tests */
#define OP_COND(name, cond) \
@@ -1645,8 +1639,6 @@ void op_dmtc0_errorepc (void)
RETURN();
}
-#ifdef MIPS_USES_FPU
-
#if 0
# define DEBUG_FPU_STATE() CALL_FROM_TB1(dump_fpu, env)
#else
@@ -2001,7 +1993,6 @@ void op_bc1t (void)
DEBUG_FPU_STATE();
RETURN();
}
-#endif /* MIPS_USES_FPU */
#if defined(MIPS_USES_R4K_TLB)
void op_tlbwi (void)