index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
disas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv/disas: Fix disas output of upper immediates
Christoph Müllner
2023-07-19
2
-3
/
+18
*
riscv: Add support for the Zfa extension
Christoph Müllner
2023-07-10
2
-0
/
+142
*
target/riscv: Add disas support for BF16 extensions
Weiwei Li
2023-07-10
1
-0
/
+44
*
disas/riscv: Add support for XThead* instructions
Christoph Müllner
2023-07-10
5
-0
/
+817
*
disas/riscv: Add support for XVentanaCondOps
Christoph Müllner
2023-07-10
4
-1
/
+67
*
disas/riscv: Provide infrastructure for vendor extensions
Christoph Müllner
2023-07-10
1
-2
/
+26
*
disas/riscv: Encapsulate opcode_data into decode
Christoph Müllner
2023-07-10
2
-17
/
+25
*
disas/riscv: Make rv_op_illegal a shared enum value
Christoph Müllner
2023-07-10
2
-1
/
+5
*
disas/riscv: Move types/constants to new header file
Christoph Müllner
2023-07-10
2
-269
/
+283
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
*
disas/riscv.c: Remove redundant parentheses
Weiwei Li
2023-06-13
1
-109
/
+110
*
disas/riscv.c: Fix lines with over 80 characters
Weiwei Li
2023-06-13
1
-61
/
+140
*
disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions
Weiwei Li
2023-06-13
1
-370
/
+370
*
disas/riscv.c: Support disas for Z*inx extensions
Weiwei Li
2023-06-13
1
-4
/
+12
*
disas/riscv.c: Support disas for Zcm* extensions
Weiwei Li
2023-06-13
1
-1
/
+7
*
target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
Weiwei Li
2023-06-13
1
-3
/
+7
*
disas/riscv: Decode czero.{eqz,nez}
Richard Henderson
2023-05-25
1
-0
/
+6
*
disas: Move disas.c into the target-independent source set
Thomas Huth
2023-05-11
2
-7
/
+8
*
disas: Move softmmu specific code to separate file
Thomas Huth
2023-05-11
4
-70
/
+93
*
disas: Remove target-specific headers
Richard Henderson
2023-05-11
1
-1
/
+2
*
disas: Remove target_ulong from the interface
Richard Henderson
2023-05-11
1
-10
/
+9
*
disas: Move disas.c to disas/
Richard Henderson
2023-05-11
2
-1
/
+402
*
disas/riscv.c: add disasm support for Zc*
Weiwei Li
2023-05-05
1
-1
/
+227
*
Fix incorrect register name in disassembler for fmv,fabs,fneg instructions
Mikhail Tyutin
2023-03-14
1
-9
/
+10
*
disas/riscv: Fix slli_uw decoding
Ivan Klokov
2023-03-14
1
-4
/
+4
*
disas/riscv Fix ctzw disassemble
Ivan Klokov
2023-03-05
1
-1
/
+1
*
target/riscv: update disas.c for xnor/orn/andn and slli.uw
Philipp Tomsich
2023-02-07
1
-4
/
+4
*
mips: Always include nanomips disassembler
Paolo Bonzini
2023-01-13
1
-2
/
+1
*
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
[next]