aboutsummaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-10 19:37:56 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-10 19:37:56 +0000
commit506bfcbb14221c8c8995ebf64fd9165eb1d6c878 (patch)
tree488e9e17827e4004221531b45344fee5ea8c02ef /tcg
parent9619376c1be7c6d47310948d186efd9b3ddd203c (diff)
tcg: update TODO
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6807 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg')
-rw-r--r--tcg/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcg/TODO b/tcg/TODO
index 5ca35e9f26..f30cb75e0d 100644
--- a/tcg/TODO
+++ b/tcg/TODO
@@ -1,5 +1,4 @@
-- Add new instructions such as: andnot, ror, rol, setcond, clz, ctz,
- popcnt.
+- Add new instructions such as: setcond, clz, ctz, popcnt.
- See if it is worth exporting mul2, mulu2, div2, divu2.