aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/mips.h
AgeCommit message (Collapse)AuthorFilesLines
1995-10-20update copyrightsKen Raeburn1-7/+21
1995-03-03 * mips.h (INSN_ISA4): Define.Ian Lance Taylor1-0/+4
1995-02-15 * mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define.Ian Lance Taylor1-2/+10
1994-09-06 * mips.h (INSN_STORE_MEMORY): Define.Ian Lance Taylor1-3/+13
PR 5433.
1993-08-20 * mips.h (INSN_*): Changed values. Removed unused definitions.Ian Lance Taylor1-43/+97
Added INSN_COND_BRANCH_LIKELY, INSN_ISA2 and INSN_ISA3. Split INSN_LOAD_DELAY into INSN_LOAD_MEMORY_DELAY and INSN_LOAD_COPROC_DELAY. Split INSN_COPROC_DELAY into INSN_COPROC_MOVE_DELAY and INSN_COPROC_MEMORY_DELAY. (M_*): Added new values for r6000 and r4000 macros. (ANY_DELAY): Removed.
1993-08-18 * mips.h: Added M_LI_S and M_LI_SS.Ian Lance Taylor1-344/+16
1993-07-16 * mips.h: Reworked the hazard information somewhat, and fixed someIan Lance Taylor1-122/+115
bugs in the instruction hazard descriptions.
1993-07-07 * mips.h: Replaced with version from Ralph Campbell and OSF. TheIan Lance Taylor1-0/+724
new version includes instruction hazard information, but is otherwise reasonably similar.