* mips-opc.c: Add r4650 mul instruction.
authorIan Lance Taylor <ian@airs.com>
Thu, 16 Feb 1995 22:35:36 +0000 (22:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 16 Feb 1995 22:35:36 +0000 (22:35 +0000)
opcodes/ChangeLog
opcodes/mips-opc.c

index a971d25..fd76397 100644 (file)
@@ -1,3 +1,7 @@
+Thu Feb 16 17:34:41 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips-opc.c: Add r4650 mul instruction.
+
 Wed Feb 15 15:45:20 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips-opc.c: Add uld and usd macros for unaligned double load and
index 91d3130..2719bb0 100644 (file)
@@ -413,6 +413,7 @@ const struct mips_opcode mips_opcodes[] = {
 {"mtlo",    "s",       0x00000013, 0xfc1fffff, RD_s|WR_LO      },
 {"mul.d",   "D,V,T",   0x46200002, 0xffe0003f, WR_D|RD_S|RD_T  },
 {"mul.s",   "D,V,T",   0x46000002, 0xffe0003f, WR_D|RD_S|RD_T  },
+{"mul",     "d,v,t",   0x70000002, 0xfc0007ff, WR_d|RD_s|RD_t|WR_HI|WR_LO|P3},
 {"mul",     "d,v,t",   0,    (int) M_MUL,      INSN_MACRO      },
 {"mul",     "d,v,I",   0,    (int) M_MUL_I,    INSN_MACRO      },
 {"mulo",    "d,v,t",   0,    (int) M_MULO,     INSN_MACRO      },