OSDN Git Service

2002-02-27 Chris Demetriou <cgd@broadcom.com>
authorcgd <cgd>
Thu, 28 Feb 2002 07:01:14 +0000 (07:01 +0000)
committercgd <cgd>
Thu, 28 Feb 2002 07:01:14 +0000 (07:01 +0000)
        * mips.igen (PREFX): Tweak instruction opcode fields (i.e.,
        add a comma) so that it more closely match the MIPS ISA
        documentation opcode partitioning.
        (PREF): Put useful names on opcode fields, and include
        instruction-printing string.

sim/mips/ChangeLog
sim/mips/mips.igen

index 9083040..4789ba9 100644 (file)
@@ -1,5 +1,13 @@
 2002-02-27  Chris Demetriou  <cgd@broadcom.com>
 
+       * mips.igen (PREFX): Tweak instruction opcode fields (i.e.,
+       add a comma) so that it more closely match the MIPS ISA
+       documentation opcode partitioning.
+       (PREF): Put useful names on opcode fields, and include
+       instruction-printing string.
+
+2002-02-27  Chris Demetriou  <cgd@broadcom.com>
+
        * mips.igen (check_u64): New function which in the future will
        check whether 64-bit instructions are usable and signal an
        exception if not.  Currently a no-op.
index 72626d2..d19ac97 100644 (file)
 }
 
 
-110011,5.RS,nnnnn,16.OFFSET:NORMAL:32::PREF
+110011,5.BASE,5.HINT,16.OFFSET:NORMAL:32::PREF
+"pref <HINT>, <OFFSET>(r<BASE>)"
 *mipsIV:
 *mipsV:
 *vr5000:
 }
 
 
-010011,5.BASE,5.INDEX,5.HINT,00000001111:COP1X:32::PREFX
+010011,5.BASE,5.INDEX,5.HINT,00000,001111:COP1X:32::PREFX
 "prefx <HINT>, r<INDEX>(r<BASE>)"
 *mipsIV:
 *mipsV: