aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
AgeCommit message (Collapse)AuthorFilesLines
1997-02-11 * mips-dis.c (_print_insn_mips): Set bytes_per_chunk andIan Lance Taylor1-0/+6
display_endian. (print_insn_mips16): Likewise.
1997-02-05 * mips16-opc.c: Add new cases of exit instruction forIan Lance Taylor1-14/+21
disassembler. * mips-dis.c (print_mips16_insn_arg): Display floating point registers in operands of exit instruction. Print `$' before register names in operands of entry and exit instructions.
1997-01-28 * mips-dis.c (print_insn_mips16): Set insn_info information.Ian Lance Taylor1-0/+46
(print_mips16_insn_arg): Likewise.
1997-01-28 * mips-dis.c (print_insn_mips16): Better handling of an extendIan Lance Taylor1-7/+61
opcode followed by an instruction which can not be extended.
1996-11-26 Add support for mips16 (16 bit MIPS implementation):Ian Lance Taylor1-9/+501
* mips16-opc.c: New file. * mips-dis.c: Include "elf-bfd.h" and "elf/mips.h". (mips16_reg_names): New static array. (print_insn_big_mips): Use print_insn_mips16 in 16 bit mode or after seeing a 16 bit symbol. (print_insn_little_mips): Likewise. (print_insn_mips16): New static function. (print_mips16_insn_arg): New static function. * mips-opc.c: Add jalx instruction. * Makefile.in (mips16-opc.o): New target. * configure.in: Use mips16-opc.o for bfd_mips_arch. * configure: Rebuild.
1996-09-09 * mips-dis.c (print_insn_arg): Print condition code registers asIan Lance Taylor1-31/+76
$fccN.
1993-09-02 * mips-opc.c: Change div machine instruction to be z,s,t ratherIan Lance Taylor1-2/+6
than s,t. Change div macro to be d,v,t rather than d,s,t. Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu, rem and remu which generates only the corresponding div instruction. This is for compatibility with the MIPS assembler, which only generates the simple machine instruction when an explicit destination of $0 is used. * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
1993-07-07 * mips-dis.c: Updated to account for name changes in new versionIan Lance Taylor1-28/+56
of opcode/mips.h. * Makefile.in: Added header file dependencies.
1993-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon1-38/+75
which copes with errors in a plausible way
1993-01-07Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-0/+181
* mips-dis.c: New file, from gdb/mips-pinsn.c. * Makefile.in (DIS_LIBS): Added mips-dis.o. (CFILES): Added mips-dis.c.