summaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
AgeCommit message (Expand)Author
2021-03-31Use bool in opcodesAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-23mips bfd.h tidyAlan Modra
2019-05-06Add load-link, store-conditional paired EVA instructionsFaraz Shahbazker
2019-01-20[MIPS] fix typo in mips_arch_choices.Chenghua Xu
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-08-29[MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu
2018-08-29[MIPS] Add Loongson 3A2000/3A3000 proccessor support.Chenghua Xu
2018-08-29[MIPS] Add Loongson 3A1000 proccessor support.Chenghua Xu
2018-08-29[MIPS/GAS] Add Loongson EXT2 Instructions support.Chenghua Xu
2018-08-29[MIPS/GAS] Split Loongson EXT Instructions from loongson3a.Chenghua Xu
2018-08-29[MIPS/GAS] Split Loongson CAM Instructions from loongson3aChenghua Xu
2018-07-20MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3aChenghua Xu
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki
2018-06-21MIPS/opcodes: Fix a typo in `-M ginv' option descriptionMaciej W. Rozycki
2018-06-14MIPS: Add Global INValidate ASE supportFaraz Shahbazker
2018-06-13MIPS: Add CRC ASE supportScott Egerton
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-06-30MIPS: Fix XPA base and Virtualization ASE instruction handlingMaciej W. Rozycki
2017-06-30MIPS/opcodes: Correctly combine ASE flags for ASE_MIPS16E2_MT calculationMaciej W. Rozycki
2017-06-28MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki
2017-06-14Don't use print_insn_XXX in GDBYao Qi
2017-05-15MIPS16e2: Add MIPS16e2 ASE supportMaciej W. Rozycki
2017-05-15MIPS/opcodes: Remove an incorrect MT ASE reference in MFC0/MTC0 decodingMaciej W. Rozycki
2017-05-02MIPS16/opcodes: Keep the LSB of PC-relative offsets in disassemblyMaciej W. Rozycki
2017-04-25MIPS16/opcodes: Add `-M no-aliases' disassembler option help textMaciej W. Rozycki
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-23MIPS16: Simplify extended operand handlingMaciej W. Rozycki
2016-12-23MIPS16: Handle non-extensible instructions correctlyMaciej W. Rozycki
2016-12-23opcodes: Use autoconf to check for `bfd_mips_elf_get_abiflags' in BFDMaciej W. Rozycki
2016-12-20MIPS16/opcodes: Respect ISA and ASE in disassemblyMaciej W. Rozycki
2016-12-20MIPS16: Switch to 32-bit opcode table interpretationMaciej W. Rozycki
2016-12-19MIPS/opcodes: Only examine ELF file structures if SYMTAB_AVAILABLEMaciej W. Rozycki
2016-12-19MIPS/opcodes: Only call `bfd_mips_elf_get_abiflags' if BFD64Maciej W. Rozycki
2016-12-14MIPS/opcodes: Also set disassembler's ASE flags from ELF structuresMaciej W. Rozycki
2016-12-14MIPS/opcodes: Reorder ELF file header flag handling in disassemblerMaciej W. Rozycki
2016-12-09MIPS16/opcodes: Reformat raw EXTEND and undecoded outputMaciej W. Rozycki
2016-12-08MIPS16/opcodes: Fix off-by-one indentation in `print_mips16_insn_arg'Maciej W. Rozycki
2016-12-08MIPS16/opcodes: Fix PC-relative operation delay-slot adjustmentMaciej W. Rozycki
2016-12-07MIPS/opcodes: Correct an `interaction' comment typoMaciej W. Rozycki
2016-12-07MIPS/opcodes: Reformat `-M' disassembler option's help textMaciej W. Rozycki
2016-05-18MIPS/opcodes: Correct mixed MIPS16 and microMIPS disassemblyMaciej W. Rozycki
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune
2016-04-11MIPS/opcodes: Fix undecoded MIPS16 extended instruction bit disassemblyMaciej W. Rozycki
2016-01-18MIPS: Remove remnants of 48-bit microMIPS instruction supportMaciej W. Rozycki
2016-01-01Copyright update for binutilsAlan Modra
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton
2015-08-12Remove trailing spaces in opcodesH.J. Lu