mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 02:54:11 +08:00
* 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:
parent
1124a4a7a7
commit
10c3731d9c
@ -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.
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user