2005-01-21 Fred Fish <fnf@specifixinc.com>
authorFred Fish <fnf@specifix.com>
Fri, 21 Jan 2005 19:42:08 +0000 (19:42 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 21 Jan 2005 19:42:08 +0000 (19:42 +0000)
* mips.h: Change INSN_ALIAS to INSN2_ALIAS.
Change INSN_WRITE_MDMX_ACC to INSN2_WRITE_MDMX_ACC.
Change INSN_READ_MDMX_ACC to INSN2_READ_MDMX_ACC.

include/opcode/ChangeLog
include/opcode/mips.h

index ae60f3388100e3878a96f5408cf1f2bb16983848..1a589bd2074b95317c5f483e03ee3ef666692cd9 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-21  Fred Fish  <fnf@specifixinc.com>
+
+       * mips.h: Change INSN_ALIAS to INSN2_ALIAS.
+       Change INSN_WRITE_MDMX_ACC to INSN2_WRITE_MDMX_ACC.
+       Change INSN_READ_MDMX_ACC to INSN2_READ_MDMX_ACC.
+
 2005-01-19  Fred Fish  <fnf@specifixinc.com>
 
        * mips.h (struct mips_opcode): Add new pinfo2 member.
index cde61990e67e8ffd85bde08bac7b8d2ea8589ce9..c660345a8adfca6ffcf8beb28336edaab54986fb 100644 (file)
@@ -383,11 +383,11 @@ struct mips_opcode
    instruction. */
 
 /* Instruction is a simple alias (I.E. "move" for daddu/addu/or) */
-#define        INSN_ALIAS                  0x00000001
+#define        INSN2_ALIAS                 0x00000001
 /* Instruction reads MDMX accumulator. */
-#define INSN_READ_MDMX_ACC         0x00000002
+#define INSN2_READ_MDMX_ACC        0x00000002
 /* Instruction writes MDMX accumulator. */
-#define INSN_WRITE_MDMX_ACC        0x00000004
+#define INSN2_WRITE_MDMX_ACC       0x00000004
 
 /* Instruction is actually a macro.  It should be ignored by the
    disassembler, and requires special treatment by the assembler.  */
This page took 0.030101 seconds and 4 git commands to generate.