* mips.h (INSN_ISA4): Define.
authorIan Lance Taylor <ian@airs.com>
Fri, 3 Mar 1995 21:13:37 +0000 (21:13 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 3 Mar 1995 21:13:37 +0000 (21:13 +0000)
include/opcode/ChangeLog
include/opcode/mips.h

index edfb3ce3d634e4f8b3d8df93bf137712fc926390..840323f3849af4c17bf4e0a43441d371098c3f90 100644 (file)
@@ -1,3 +1,11 @@
+Fri Mar  3 16:10:24 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips.h (INSN_ISA4): Define.
+
+Fri Feb 24 19:13:37 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips.h (M_DLA_AB, M_DLI): Define.
+
 Thu Feb 23 17:33:09 1995  Jeff Law  (law@snake.cs.utah.edu)
 
        * hppa.h (fstwx): Fix single-bit error.
index 664582880a8a77bd5947cad1f1ebcb0a6e9da8cc..366e2430489a3e4ddeb5005605a6d8bd419b673e 100644 (file)
@@ -230,6 +230,8 @@ struct mips_opcode
 #define INSN_ISA3                  0x20000000
 /* MIPS R4650 instruction.  */
 #define INSN_4650                  0x30000000
+/* MIPS ISA 4 instruction (R8000).  */
+#define INSN_ISA4                  0x40000000
 
 /* Instruction is actually a macro.  It should be ignored by the
    disassembler, and requires special treatment by the assembler.  */
@@ -295,6 +297,8 @@ enum {
     M_DIV_3I,
     M_DIVU_3,
     M_DIVU_3I,
+    M_DLA_AB,
+    M_DLI,
     M_DMUL,
     M_DMUL_I, 
     M_DMULO,