* Followup for SCEI PR 15853: 2-operand R5900 "mult1" instruction.
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 18 May 1998 17:46:35 +0000 (17:46 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 18 May 1998 17:46:35 +0000 (17:46 +0000)
Mon May 18 14:27:06 1998  Frank Ch. Eigler  <fche@cygnus.com>
* mips-opc.c (mult1): Add two-operand variety of mult1 for R5900.

opcodes/ChangeLog
opcodes/mips-opc.c

index 02bfd2a..99e2829 100644 (file)
@@ -1,4 +1,8 @@
 start-sanitize-r5900
+Mon May 18 14:27:06 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * mips-opc.c (mult1): Add two-operand variety of mult1 for R5900.
+
 Mon May 18 11:44:00 1998  Jeffrey A Law  (law@cygnus.com)
 
        * mips-dis.c (print_insn_arg): Handle ';' opcode completer.
index 62f7e8b..d346afd 100644 (file)
@@ -751,6 +751,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
 {"mult",    "s,t",     0x00000018, 0xfc00ffff, RD_s|RD_t|WR_HI|WR_LO,      I1},
 {"mult",    "d,s,t",   0x00000018, 0xfc0007ff, RD_s|RD_t|WR_HI|WR_LO|WR_d, G1},
   /* start-sanitize-r5900 */
+{"mult1",   "s,t",     0x70000018, 0xfc00ffff, RD_s|RD_t|WR_HI|WR_LO,      T5},
 {"mult1",   "d,s,t",   0x70000018, 0xfc0007ff, RD_s|RD_t|WR_HI|WR_LO|WR_d, T5},
   /* end-sanitize-r5900 */
 {"multu",   "s,t",     0x00000019, 0xfc00ffff, RD_s|RD_t|WR_HI|WR_LO,      I1},