Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifixinc.com>2005-01-21 22:42:08 +0300
committerFred Fish <fnf@specifixinc.com>2005-01-21 22:42:08 +0300
commit2804a58c4c235cfe4f1ba269db8d9445b60b192b (patch)
tree019a300db20f41e6e341f43279b955fdf84293c6 /include/opcode/mips.h
parentea27b6f219b975c8b1b4e47fda8c9dbdf24d10dd (diff)
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.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index cde61990e..c660345a8 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -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. */