minor comments to decoder.isa
authorKorey Sewell <ksewell@umich.edu>
Thu, 9 Mar 2006 07:34:12 +0000 (02:34 -0500)
committerKorey Sewell <ksewell@umich.edu>
Thu, 9 Mar 2006 07:34:12 +0000 (02:34 -0500)
arch/mips/isa/decoder.isa:
    comments

--HG--
extra : convert_revision : 8e4fdf36d7f7365cda062bc169a313bf860a4fe5

arch/mips/isa/decoder.isa

index 7d770c5544734fe4cd3921d2d1058201121c001d..3f054f6a550ea5246bae136b08a21c66a6ac090b 100644 (file)
@@ -34,9 +34,9 @@ decode OPCODE_HI default Unknown::unknown() {
                         0x0: decode RT default BasicOp::sll({{ Rd = Rt.uw << SA; }}) {
                             0x0: decode RD{
                                 0x0: decode HINT {
-                                    0x0:nop({{}});
-                                    0x1:ssnop({{}});
-                                    0x3:ehb({{}});
+                                    0x0:nop({{}});  //really sll r0,r0,0
+                                    0x1:ssnop({{}});//really sll r0,r0,1
+                                    0x3:ehb({{}});  //really sll r0,r0,3
                                 }
                             }
                         }