> -----Original Message----- > From: qemu-devel-bounces+ericj=mips....@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips....@nongnu.org] On Behalf Of Jia Liu > Sent: Monday, October 08, 2012 1:51 AM > To: qemu-devel@nongnu.org > Cc: aurel...@aurel32.net > Subject: [Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO > file > > Delete DSP r1 & DSP r2 from TODO file. > > Signed-off-by: Jia Liu <pro...@gmail.com> > --- > target-mips/TODO | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/target-mips/TODO b/target-mips/TODO > index 2a3546f..15d67cd 100644 > --- a/target-mips/TODO > +++ b/target-mips/TODO > @@ -6,8 +6,6 @@ General > - Unimplemented ASEs: > - MDMX > - SmartMIPS > - - DSP r1 > - - DSP r2 > - MT ASE only partially implemented and not functional > - Shadow register support only partially implemented, > lacks set switching on interrupt/exception. > -- > 1.7.10.2 (Apple Git-33) >
As I stated in a prior email, there are microMIPS instruction encodings for the DSP instructions. Should we change this to "microMIPS DSP r1 & r2 encodings" instead of deleting? -Eric