From 1a3fd9c3da4e2d9434a14168306b2fa0abadce18 Mon Sep 17 00:00:00 2001 From: ths Date: Tue, 24 Jun 2008 21:58:35 +0000 Subject: Remove remaining uses of T0 in the MIPS target. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4788 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/helper.h | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'target-mips/helper.h') diff --git a/target-mips/helper.h b/target-mips/helper.h index 7102908832..9fb5d74029 100644 --- a/target-mips/helper.h +++ b/target-mips/helper.h @@ -43,40 +43,40 @@ DEF_HELPER(target_ulong, do_msachiu, (target_ulong t0, target_ulong t1)) /* CP0 helpers */ #ifndef CONFIG_USER_ONLY -DEF_HELPER(target_ulong, do_mfc0_mvpcontrol, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_mvpconf0, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_mvpconf1, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_random, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_tcstatus, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_tcstatus, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_tcbind, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_tcbind, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_tcrestart, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_tcrestart, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_tchalt, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_tchalt, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_tccontext, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_tccontext, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_tcschedule, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_tcschedule, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_tcschefback, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_tcschefback, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_count, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_entryhi, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_status, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_lladdr, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mfc0_watchlo, (target_ulong t0, uint32_t sel)) -DEF_HELPER(target_ulong, do_mfc0_watchhi, (target_ulong t0, uint32_t sel)) -DEF_HELPER(target_ulong, do_mfc0_debug, (target_ulong t0)) -DEF_HELPER(target_ulong, do_mftc0_debug, (target_ulong t0)) +DEF_HELPER(target_ulong, do_mfc0_mvpcontrol, (void)) +DEF_HELPER(target_ulong, do_mfc0_mvpconf0, (void)) +DEF_HELPER(target_ulong, do_mfc0_mvpconf1, (void)) +DEF_HELPER(target_ulong, do_mfc0_random, (void)) +DEF_HELPER(target_ulong, do_mfc0_tcstatus, (void)) +DEF_HELPER(target_ulong, do_mftc0_tcstatus, (void)) +DEF_HELPER(target_ulong, do_mfc0_tcbind, (void)) +DEF_HELPER(target_ulong, do_mftc0_tcbind, (void)) +DEF_HELPER(target_ulong, do_mfc0_tcrestart, (void)) +DEF_HELPER(target_ulong, do_mftc0_tcrestart, (void)) +DEF_HELPER(target_ulong, do_mfc0_tchalt, (void)) +DEF_HELPER(target_ulong, do_mftc0_tchalt, (void)) +DEF_HELPER(target_ulong, do_mfc0_tccontext, (void)) +DEF_HELPER(target_ulong, do_mftc0_tccontext, (void)) +DEF_HELPER(target_ulong, do_mfc0_tcschedule, (void)) +DEF_HELPER(target_ulong, do_mftc0_tcschedule, (void)) +DEF_HELPER(target_ulong, do_mfc0_tcschefback, (void)) +DEF_HELPER(target_ulong, do_mftc0_tcschefback, (void)) +DEF_HELPER(target_ulong, do_mfc0_count, (void)) +DEF_HELPER(target_ulong, do_mftc0_entryhi, (void)) +DEF_HELPER(target_ulong, do_mftc0_status, (void)) +DEF_HELPER(target_ulong, do_mfc0_lladdr, (void)) +DEF_HELPER(target_ulong, do_mfc0_watchlo, (uint32_t sel)) +DEF_HELPER(target_ulong, do_mfc0_watchhi, (uint32_t sel)) +DEF_HELPER(target_ulong, do_mfc0_debug, (void)) +DEF_HELPER(target_ulong, do_mftc0_debug, (void)) #ifdef TARGET_MIPS64 -DEF_HELPER(target_ulong, do_dmfc0_tcrestart, (target_ulong t0)) -DEF_HELPER(target_ulong, do_dmfc0_tchalt, (target_ulong t0)) -DEF_HELPER(target_ulong, do_dmfc0_tccontext, (target_ulong t0)) -DEF_HELPER(target_ulong, do_dmfc0_tcschedule, (target_ulong t0)) -DEF_HELPER(target_ulong, do_dmfc0_tcschefback, (target_ulong t0)) -DEF_HELPER(target_ulong, do_dmfc0_lladdr, (target_ulong t0)) -DEF_HELPER(target_ulong, do_dmfc0_watchlo, (target_ulong t0, uint32_t sel)) +DEF_HELPER(target_ulong, do_dmfc0_tcrestart, (void)) +DEF_HELPER(target_ulong, do_dmfc0_tchalt, (void)) +DEF_HELPER(target_ulong, do_dmfc0_tccontext, (void)) +DEF_HELPER(target_ulong, do_dmfc0_tcschedule, (void)) +DEF_HELPER(target_ulong, do_dmfc0_tcschefback, (void)) +DEF_HELPER(target_ulong, do_dmfc0_lladdr, (void)) +DEF_HELPER(target_ulong, do_dmfc0_watchlo, (uint32_t sel)) #endif /* TARGET_MIPS64 */ DEF_HELPER(void, do_mtc0_index, (target_ulong t0)) -- cgit v1.2.1