* Followup for SCEI PR 15853: 2-operand R5900 "mult1" instruction.

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.
This commit is contained in:
Frank Ch. Eigler 1998-05-18 17:46:35 +00:00
parent 1124a4a7a7
commit 10c3731d9c
2 changed files with 5 additions and 0 deletions

View 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.

View 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},