mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* Customer specs changed one R5900 COP2 instruction bit-pattern.
Wed Apr 15 10:30:07 1998 Frank Ch. Eigler <fche@cygnus.com> * vu0.h: Specs changed for VCALLMSR bit pattern. * mips-dis.c: (print_insn_arg) Matching change.
This commit is contained in:
@ -183,14 +183,14 @@ print_insn_arg (d, l, pc, info)
|
||||
(l >> OP_SH_FS) & OP_MASK_FS);
|
||||
break;
|
||||
|
||||
/* start-sanitize-r5900
|
||||
/* start-sanitize-r5900 */
|
||||
case '0':
|
||||
(*info->fprintf_func) (info->stream, "0x%x",
|
||||
(l >> 6) & 0x1f);
|
||||
break;
|
||||
|
||||
case '9':
|
||||
(*info->fprintf_func) (info->stream, "vi19");
|
||||
(*info->fprintf_func) (info->stream, "vi27");
|
||||
break;
|
||||
|
||||
case '1':
|
||||
@ -655,7 +655,7 @@ print_insn_mips16 (memaddr, info)
|
||||
int length;
|
||||
int insn;
|
||||
boolean use_extend;
|
||||
int extend;
|
||||
int extend = 0;
|
||||
const struct mips_opcode *op, *opend;
|
||||
|
||||
info->bytes_per_chunk = 2;
|
||||
|
Reference in New Issue
Block a user