From: Aurelien Jarno Date: Thu, 1 Apr 2010 20:00:41 +0000 (+0200) Subject: tcg/TODO: remove setcond X-Git-Tag: v0.13.0-rc0~888 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a18f844fb552586651c9b7534c0370669f0701c3;p=thirdparty%2Fqemu.git tcg/TODO: remove setcond Signed-off-by: Aurelien Jarno --- diff --git a/tcg/TODO b/tcg/TODO index f30cb75e0de..074784778e7 100644 --- a/tcg/TODO +++ b/tcg/TODO @@ -1,4 +1,4 @@ -- Add new instructions such as: setcond, clz, ctz, popcnt. +- Add new instructions such as: clz, ctz, popcnt. - See if it is worth exporting mul2, mulu2, div2, divu2.