From aaa9128a024df25dcd80c62b01fa72a4c0988b07 Mon Sep 17 00:00:00 2001 From: ths Date: Tue, 6 May 2008 21:40:48 +0000 Subject: Convert some MIPS load/store instructions to TCG. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4369 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/op.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'target-mips/op.c') diff --git a/target-mips/op.c b/target-mips/op.c index 00b779967e..07e057b744 100644 --- a/target-mips/op.c +++ b/target-mips/op.c @@ -247,30 +247,6 @@ #include "fop_template.c" #undef FTN -void op_load_HI (void) -{ - T0 = env->HI[env->current_tc][PARAM1]; - FORCE_RET(); -} - -void op_store_HI (void) -{ - env->HI[env->current_tc][PARAM1] = T0; - FORCE_RET(); -} - -void op_load_LO (void) -{ - T0 = env->LO[env->current_tc][PARAM1]; - FORCE_RET(); -} - -void op_store_LO (void) -{ - env->LO[env->current_tc][PARAM1] = T0; - FORCE_RET(); -} - /* Load and store */ #define MEMSUFFIX _raw #include "op_mem.c" -- cgit v1.2.3