* [Qemu-devel] [7009] target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers
@ 2009-04-06 12:34 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-04-06 12:34 UTC (permalink / raw)
To: qemu-devel
Revision: 7009
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7009
Author: aurel32
Date: 2009-04-06 12:34:07 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-mips/helper.h
Modified: trunk/target-mips/helper.h
===================================================================
--- trunk/target-mips/helper.h 2009-04-06 12:33:59 UTC (rev 7008)
+++ trunk/target-mips/helper.h 2009-04-06 12:34:07 UTC (rev 7009)
@@ -15,11 +15,11 @@
DEF_HELPER_3(swl, void, tl, tl, int)
DEF_HELPER_3(swr, void, tl, tl, int)
-DEF_HELPER_1(clo, tl, tl)
-DEF_HELPER_1(clz, tl, tl)
+DEF_HELPER_FLAGS_1(clo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
+DEF_HELPER_FLAGS_1(clz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
#ifdef TARGET_MIPS64
-DEF_HELPER_1(dclo, tl, tl)
-DEF_HELPER_1(dclz, tl, tl)
+DEF_HELPER_FLAGS_1(dclo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
+DEF_HELPER_FLAGS_1(dclz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
DEF_HELPER_2(dmult, void, tl, tl)
DEF_HELPER_2(dmultu, void, tl, tl)
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-06 12:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06 12:34 [Qemu-devel] [7009] target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers 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).