* [Qemu-devel] [6938] target-mips: optimize gen_HILO()
@ 2009-03-29 1:19 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-03-29 1:19 UTC (permalink / raw)
To: qemu-devel
Revision: 6938
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6938
Author: aurel32
Date: 2009-03-29 01:19:12 +0000 (Sun, 29 Mar 2009)
Log Message:
-----------
target-mips: optimize gen_HILO()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-mips/translate.c
Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c 2009-03-29 01:19:02 UTC (rev 6937)
+++ trunk/target-mips/translate.c 2009-03-29 01:19:12 UTC (rev 6938)
@@ -1795,10 +1795,6 @@
tcg_gen_movi_tl(cpu_LO[0], 0);
opn = "mtlo";
break;
- default:
- MIPS_INVAL(opn);
- generate_exception(ctx, EXCP_RI);
- return;
}
MIPS_DEBUG("%s %s", opn, regnames[reg]);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-29 1:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 1:19 [Qemu-devel] [6938] target-mips: optimize gen_HILO() Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).