aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
AgeCommit message (Collapse)AuthorFilesLines
2000-12-02Add MIPS SB1 machineNick Clifton1-0/+4
2000-12-02Add MIPS V and MIPS 64 machine numbersNick Clifton1-0/+8
2000-12-01Add MIPS32 as a seperate MIPS architectureNick Clifton1-22/+26
2000-12-01Improve MIPS32 supportNick Clifton1-8/+30
2000-09-14Add support for the MIPS32Nick Clifton1-65/+77
2000-05-24 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.Diego Novillo1-2/+9
(STD_REGISTER_NAMES): New name for REGISTER_NAMES. (reg_names): Rename to std_reg_names. Change it to a char ** static variable. (std_reg_names): New name for reg_names. (set_mips_isa_type): Set reg_names to point to std_reg_names by default.
2000-05-11Don't mask top 32 bits of 64-bit address.Alan Modra1-2/+4
2000-04-14More portability patches. Include sysdep.h everywhere.Alan Modra1-1/+0
2000-02-221999-12-30 Andrew Haley <aph@cygnus.com>Andrew Haley1-1/+1
* mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER: force gp32 to zero. * mips-opc.c (G6): New define. (mips_builtin_op): Add "move" definition for -gp32.
1999-11-01For include/opcode:Gavin Romig-Koch1-22/+2
* mips.h (OPCODE_IS_MEMBER): New. For gas: * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER. (mips_ip): Use OPCODE_IS_MEMBER. For opcodes: * mips-dis.c (_print_insn_mips): Use OPCODE_IS_MEMBER.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1068