| Commit message (Expand) | Author | Age | Files | Lines |
* | disas/nanomips: Tidy read for 48-bit opcodes | Richard Henderson | 2022-11-08 | 1 | -6/+6 |
* | disas/nanomips: Split out read_u16 | Richard Henderson | 2022-11-08 | 1 | -29/+19 |
* | disas/nanomips: Merge insn{1,2,3} into words[3] | Richard Henderson | 2022-11-08 | 1 | -23/+21 |
* | disas/nanomips: Move setjmp into nanomips_dis | Richard Henderson | 2022-11-08 | 1 | -25/+17 |
* | disas/nanomips: Remove headers already included by "qemu/osdep.h" | Philippe Mathieu-Daudé | 2022-11-08 | 1 | -4/+0 |
* | disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats | Philippe Mathieu-Daudé | 2022-11-08 | 1 | -1/+1 |
* | disas/nanomips: Fix invalid PRIx64 format calling img_format() | Philippe Mathieu-Daudé | 2022-11-08 | 1 | -1/+2 |
* | disas/nanomips: Fix invalid PRId64 format calling img_format() | Philippe Mathieu-Daudé | 2022-11-08 | 1 | -15/+20 |
* | disas/mips: Fix branch displacement for BEQZC and BNEZC | David Daney | 2022-10-31 | 1 | -2/+10 |
* | disas/nanomips: Rename nanomips.cpp to nanomips.c | Milica Lazarevic | 2022-10-31 | 2 | -1/+1 |
* | disas/nanomips: Remove argument passing by ref | Milica Lazarevic | 2022-10-31 | 1 | -3/+3 |
* | disas/nanomips: Replace Cpp enums for C enums | Milica Lazarevic | 2022-10-31 | 1 | -4/+4 |
* | disas/nanomips: Replace exception handling | Milica Lazarevic | 2022-10-31 | 1 | -55/+45 |
* | disas/nanomips: Expand Dis_info struct | Milica Lazarevic | 2022-10-31 | 1 | -1351/+1357 |
* | disas/nanomips: Remove function overloading | Milica Lazarevic | 2022-10-31 | 1 | -7/+1 |
* | disas/nanomips: Prevent memory leaking | Milica Lazarevic | 2022-10-31 | 1 | -45/+51 |
* | disas/nanomips: Remove CPR function | Milica Lazarevic | 2022-10-31 | 1 | -65/+45 |
* | disas/nanomips: Remove IMMEDIATE functions | Milica Lazarevic | 2022-10-31 | 1 | -491/+265 |
* | disas/nanomips: Replace std::string type | Milica Lazarevic | 2022-10-31 | 1 | -2439/+2337 |
* | disas/nanomips: Delete wrapper functions | Milica Lazarevic | 2022-10-31 | 1 | -16/+2 |
* | disas/nanomips: Delete copy functions | Milica Lazarevic | 2022-10-31 | 1 | -1592/+1559 |
* | disas/nanomips: Remove #include <sstream> | Milica Lazarevic | 2022-10-31 | 1 | -1/+0 |
* | disas/nanomips: Delete nanomips.h | Milica Lazarevic | 2022-10-31 | 1 | -26/+0 |
* | disas/nanomips: Move typedefs etc to nanomips.cpp | Milica Lazarevic | 2022-10-31 | 2 | -58/+56 |
* | disas/nanomips: Remove NMD class | Milica Lazarevic | 2022-10-31 | 2 | -118/+101 |
* | disas/nanomips: Remove Pool tables from the class | Milica Lazarevic | 2022-10-31 | 2 | -371/+193 |
* | disas/nanomips: Remove disasm methods from class | Milica Lazarevic | 2022-10-31 | 2 | -1913/+1275 |
* | disas/nanomips: Remove __cond methods from class | Milica Lazarevic | 2022-10-31 | 2 | -33/+23 |
* | disas/nanomips: Remove helper methods from class | Milica Lazarevic | 2022-10-31 | 2 | -318/+154 |
* | disas/nanomips: Delete NMD class second field | Milica Lazarevic | 2022-10-31 | 2 | -1329/+1331 |
* | disas/nanomips: Delete NMD class field | Milica Lazarevic | 2022-10-31 | 2 | -15/+2 |
* | disas/nanomips: Extract enums out of the NMD class | Milica Lazarevic | 2022-10-31 | 2 | -34/+33 |
* | disas/nanomips: Remove namespace img | Milica Lazarevic | 2022-10-31 | 2 | -731/+712 |
* | disas/riscv.c: rvv: Add disas support for vector instructions | Yang Liu | 2022-10-14 | 1 | -2/+1430 |
* | disas: use result of ->read_memory_func | Alex Bennée | 2022-10-06 | 1 | -30/+43 |
* | target/riscv: Remove sideleg and sedeleg | Rahul Pathak | 2022-09-26 | 1 | -2/+0 |
* | target/riscv: fix shifts shamt value for rv128c | Frédéric Pétrot | 2022-09-07 | 1 | -6/+21 |
* | disas: Remove libvixl disassembler | Thomas Huth | 2022-07-05 | 22 | -14989/+0 |
* | disas: Remove old libopcode ppc disassembler | Thomas Huth | 2022-05-09 | 2 | -5436/+0 |
* | disas: Remove old libopcode i386 disassembler | Thomas Huth | 2022-05-09 | 2 | -6772/+0 |
* | disas: Remove old libopcode arm disassembler | Thomas Huth | 2022-05-09 | 2 | -4013/+0 |
* | disas: Remove old libopcode s390 disassembler | Thomas Huth | 2022-05-04 | 2 | -1893/+0 |
* | disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions | Weiwei Li | 2022-04-29 | 1 | -1/+172 |
* | target/riscv: setup everything for rv64 to support rv128 execution | Frédéric Pétrot | 2022-01-08 | 1 | -0/+5 |
* | disas/nios2: Simplify endianess conversion | Philippe Mathieu-Daudé | 2021-10-22 | 1 | -19/+3 |
* | disas/nios2: Fix style in print_insn_nios2() | Philippe Mathieu-Daudé | 2021-10-22 | 1 | -28/+27 |
* | disas/riscv: Add Zb[abcs] instructions | Philipp Tomsich | 2021-10-07 | 1 | -3/+154 |
* | Hexagon (disas/hexagon.c) fix memory leak for early exit cases | Taylor Simpson | 2021-08-12 | 1 | -1/+2 |
* | disas/libvixl: Protect C system header for C++ compiler | Philippe Mathieu-Daudé | 2021-05-25 | 6 | -11/+15 |
* | Drop the deprecated lm32 target | Markus Armbruster | 2021-05-12 | 2 | -362/+0 |