aboutsummaryrefslogtreecommitdiff
path: root/disas
AgeCommit message (Expand)Author
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim
2019-12-17libvixl: remove per-target compiler flagsPaolo Bonzini
2019-10-04cris: do not leak struct cris_disasm_dataPaolo Bonzini
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke
2019-06-27disas/riscv: Fix `rdinstreth` constraintWladimir J. van der Laan
2019-06-27disas/riscv: Disassemble reserved compressed encodings as illegalMichael Clark
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster
2019-03-19RISC-V: Remove unnecessary disassembler constraintsMichael Clark
2019-03-05disas: nanoMIPS: Add graphical description of pool organizationAleksandar Markovic
2019-03-05disas: nanoMIPS: Correct comments to handlers of some DSP instructionsAleksandar Markovic
2019-02-27disas: nanoMIPS: Fix a function misnomerAleksandar Markovic
2019-01-24disas: nanoMIPS: Amend DSP instructions related commentsAleksandar Markovic
2019-01-11remove space-tab sequencesPaolo Bonzini
2019-01-03disas: nanoMIPS: Add a note on documentationAleksandar Markovic
2019-01-03disas: nanoMIPS: Reorder declarations and definitions of gpr decodersAleksandar Markovic
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding typeAleksandar Markovic
2019-01-03disas: nanoMIPS: Fix order of more invocationsAleksandar Markovic
2019-01-03disas: nanoMIPS: Name more functions in a more descriptive wayAleksandar Markovic
2019-01-03disas: nanoMIPS: Fix an FP-related misnomer 3Aleksandar Markovic
2019-01-03disas: nanoMIPS: Fix an FP-related misnomer 2Aleksandar Markovic
2019-01-03disas: nanoMIPS: Fix an FP-related misnomer 1Aleksandar Markovic
2019-01-03disas: nanoMIPS: Name some functions in a more descriptive wayAleksandar Markovic
2019-01-03disas: nanoMIPS: Fix order of some invocationsAleksandar Markovic
2019-01-03disas: nanoMIPS: Fix a function misnomerAleksandar Markovic
2019-01-03disas: nanoMIPS: Remove functions that are not usedAleksandar Markovic
2019-01-03disas: nanoMIPS: Fix preamble text in nanomips.* filesAleksandar Markovic
2019-01-03disas: nanoMIPS: Fix types and format stringsStefan Weil
2018-12-26disas/microblaze: Remove unused REG_SP macroRichard Henderson
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-07-02target/m68k: correctly disassemble move16Laurent Vivier
2018-05-06RISC-V: Fix missing break statement in disassemblerMichael Clark
2018-05-06RISC-V: Include instruction hex in disassemblyMichael Clark
2018-03-28RISC-V: Fix incorrect disassembly for addiwMichael Clark