- bb3daca disas/nanomips: Tidy read for 48-bit opcodes by Richard Henderson · 2 years, 2 months ago
- 1414e3f disas/nanomips: Split out read_u16 by Richard Henderson · 2 years, 2 months ago
- ad12061 disas/nanomips: Merge insn{1,2,3} into words[3] by Richard Henderson · 2 years, 2 months ago
- 24449fc disas/nanomips: Move setjmp into nanomips_dis by Richard Henderson · 2 years, 2 months ago
- e9ebb66 disas/nanomips: Remove headers already included by "qemu/osdep.h" by Philippe Mathieu-Daudé · 2 years, 2 months ago
- d03a008 disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 50fc094 disas/nanomips: Fix invalid PRIx64 format calling img_format() by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 04849c9 disas/nanomips: Fix invalid PRId64 format calling img_format() by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 2413e00 disas/nanomips: Rename nanomips.cpp to nanomips.c by Milica Lazarevic · 2 years, 3 months ago[Renamed from disas/nanomips.cpp]
- a0fee12 disas/nanomips: Remove argument passing by ref by Milica Lazarevic · 2 years, 3 months ago
- e8ba8ef disas/nanomips: Replace Cpp enums for C enums by Milica Lazarevic · 2 years, 3 months ago
- 39399c3 disas/nanomips: Replace exception handling by Milica Lazarevic · 2 years, 3 months ago
- 3f2aec0 disas/nanomips: Expand Dis_info struct by Milica Lazarevic · 2 years, 3 months ago
- 49ec1c9 disas/nanomips: Remove function overloading by Milica Lazarevic · 2 years, 3 months ago
- 22e7b52 disas/nanomips: Prevent memory leaking by Milica Lazarevic · 2 years, 3 months ago
- 043dc73 disas/nanomips: Remove CPR function by Milica Lazarevic · 2 years, 3 months ago
- 4066c15 disas/nanomips: Remove IMMEDIATE functions by Milica Lazarevic · 2 years, 3 months ago
- 7def8a4 disas/nanomips: Replace std::string type by Milica Lazarevic · 2 years, 3 months ago
- afc47e0 disas/nanomips: Delete wrapper functions by Milica Lazarevic · 2 years, 3 months ago
- b5cc052 disas/nanomips: Delete copy functions by Milica Lazarevic · 2 years, 3 months ago
- 912c95b disas/nanomips: Remove #include <sstream> by Milica Lazarevic · 2 years, 3 months ago
- f1cb3bd disas/nanomips: Move typedefs etc to nanomips.cpp by Milica Lazarevic · 2 years, 3 months ago
- beebf65 disas/nanomips: Remove NMD class by Milica Lazarevic · 2 years, 3 months ago
- a146549 disas/nanomips: Remove Pool tables from the class by Milica Lazarevic · 2 years, 3 months ago
- 8d416f6 disas/nanomips: Remove disasm methods from class by Milica Lazarevic · 2 years, 3 months ago
- 655fc22 disas/nanomips: Remove __cond methods from class by Milica Lazarevic · 2 years, 3 months ago
- 2dc0c17 disas/nanomips: Remove helper methods from class by Milica Lazarevic · 2 years, 3 months ago
- 9972c8f disas/nanomips: Delete NMD class second field by Milica Lazarevic · 2 years, 3 months ago
- 0c2a3b4 disas/nanomips: Delete NMD class field by Milica Lazarevic · 2 years, 3 months ago
- bfffba1 disas/nanomips: Extract enums out of the NMD class by Milica Lazarevic · 2 years, 3 months ago
- c523169 disas/nanomips: Remove namespace img by Milica Lazarevic · 2 years, 3 months ago
- 2c316f9 include/disas/dis-asm.h: Handle being included outside 'extern "C"' by Peter Maydell · 3 years, 8 months ago
- 875df03 osdep: protect qemu/osdep.h with extern "C" by Paolo Bonzini · 3 years, 8 months ago
- cba42d6 Various spelling fixes by Michael Tokarev · 3 years, 10 months ago
- 3979fca disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h by Markus Armbruster · 6 years ago
- ca2b40b disas: nanoMIPS: Add graphical description of pool organization by Aleksandar Markovic · 6 years ago
- 5c65eed disas: nanoMIPS: Correct comments to handlers of some DSP instructions by Aleksandar Markovic · 6 years ago
- 0f74e61 disas: nanoMIPS: Fix a function misnomer by Aleksandar Markovic · 6 years ago
- fc95c24 disas: nanoMIPS: Amend DSP instructions related comments by Aleksandar Markovic · 6 years ago
- 779bdf4 disas: nanoMIPS: Add a note on documentation by Aleksandar Markovic · 6 years ago
- eabf76a disas: nanoMIPS: Reorder declarations and definitions of gpr decoders by Aleksandar Markovic · 6 years ago
- dffcf17 disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding type by Aleksandar Markovic · 6 years ago
- 68d80fd disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding type by Aleksandar Markovic · 6 years ago
- a21e052 disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding type by Aleksandar Markovic · 6 years ago
- ce0f261 disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding type by Aleksandar Markovic · 6 years ago
- 8e2919f disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding type by Aleksandar Markovic · 6 years ago
- 4671783 disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding type by Aleksandar Markovic · 6 years ago
- afd47ce disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding type by Aleksandar Markovic · 6 years ago
- 9980a22 disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding type by Aleksandar Markovic · 6 years ago
- 4482bed disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding type by Aleksandar Markovic · 6 years ago
- 131e9b9 disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding type by Aleksandar Markovic · 6 years ago
- 6ab8abf disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding type by Aleksandar Markovic · 6 years ago
- 8191856 disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding type by Aleksandar Markovic · 6 years ago
- 01fc255 disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding type by Aleksandar Markovic · 6 years ago
- 988d6c8 disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding type by Aleksandar Markovic · 6 years ago
- 75199b4 disas: nanoMIPS: Fix order of more invocations by Aleksandar Markovic · 6 years ago
- d3605cc disas: nanoMIPS: Name more functions in a more descriptive way by Aleksandar Markovic · 6 years ago
- 17ce2f0 disas: nanoMIPS: Fix an FP-related misnomer 3 by Aleksandar Markovic · 6 years ago
- 52a96d2 disas: nanoMIPS: Fix an FP-related misnomer 2 by Aleksandar Markovic · 6 years ago
- d0c60ab disas: nanoMIPS: Fix an FP-related misnomer 1 by Aleksandar Markovic · 6 years ago
- 11b9732 disas: nanoMIPS: Name some functions in a more descriptive way by Aleksandar Markovic · 6 years ago
- 86b5f80 disas: nanoMIPS: Fix order of some invocations by Aleksandar Markovic · 6 years ago
- b4c5d21 disas: nanoMIPS: Fix a function misnomer by Aleksandar Markovic · 6 years ago
- e0669ee disas: nanoMIPS: Remove functions that are not used by Aleksandar Markovic · 6 years ago
- 8bae150 disas: nanoMIPS: Fix preamble text in nanomips.* files by Aleksandar Markovic · 6 years ago
- 8c33ea5 disas: nanoMIPS: Fix types and format strings by Stefan Weil · 6 years ago
- 89a955e target/mips: Add disassembler support for nanoMIPS by Aleksandar Markovic · 6 years ago