aboutsummaryrefslogtreecommitdiff
path: root/target-mips/TODO
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2012-10-24 22:17:14 +0800
committerAurelien Jarno <aurelien@aurel32.net>2012-10-31 21:37:24 +0100
commitb30706dda79894c01768df23cde526061d609258 (patch)
tree5903e9bf8199f6fd09a2d94a5e211e8391148c68 /target-mips/TODO
parentd70080c4e37fc533fa10904b286f29449decc6f8 (diff)
target-mips: Change TODO file
Change DSP r1 & DSP r2 into microMIPS DSP encodings in TODO file. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-mips/TODO')
-rw-r--r--target-mips/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/target-mips/TODO b/target-mips/TODO
index 2a3546f624..1d782d8027 100644
--- a/target-mips/TODO
+++ b/target-mips/TODO
@@ -6,8 +6,7 @@ General
- Unimplemented ASEs:
- MDMX
- SmartMIPS
- - DSP r1
- - DSP r2
+ - microMIPS DSP r1 & r2 encodings
- MT ASE only partially implemented and not functional
- Shadow register support only partially implemented,
lacks set switching on interrupt/exception.