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.
This commit is contained in:
parent
5c45e068d7
commit
239cb185bc
2 changed files with 9 additions and 3 deletions
|
@ -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>
|
2005-01-19 Fred Fish <fnf@specifixinc.com>
|
||||||
|
|
||||||
* mips.h (struct mips_opcode): Add new pinfo2 member.
|
* mips.h (struct mips_opcode): Add new pinfo2 member.
|
||||||
|
|
|
@ -383,11 +383,11 @@ struct mips_opcode
|
||||||
instruction. */
|
instruction. */
|
||||||
|
|
||||||
/* Instruction is a simple alias (I.E. "move" for daddu/addu/or) */
|
/* Instruction is a simple alias (I.E. "move" for daddu/addu/or) */
|
||||||
#define INSN_ALIAS 0x00000001
|
#define INSN2_ALIAS 0x00000001
|
||||||
/* Instruction reads MDMX accumulator. */
|
/* Instruction reads MDMX accumulator. */
|
||||||
#define INSN_READ_MDMX_ACC 0x00000002
|
#define INSN2_READ_MDMX_ACC 0x00000002
|
||||||
/* Instruction writes MDMX accumulator. */
|
/* 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
|
/* Instruction is actually a macro. It should be ignored by the
|
||||||
disassembler, and requires special treatment by the assembler. */
|
disassembler, and requires special treatment by the assembler. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue