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
*
disas/riscv: Use GString in format_inst
Richard Henderson
2024-06-05
1
-117
/
+92
*
disas/microblaze: Split get_field_special
Richard Henderson
2024-06-05
1
-81
/
+61
*
disas/microblaze: Print registers directly with PRIrfsl
Richard Henderson
2024-06-05
1
-17
/
+5
*
disas/microblaze: Print immediates directly with PRIimm
Richard Henderson
2024-06-05
1
-50
/
+11
*
disas/microblaze: Print registers directly with PRIreg
Richard Henderson
2024-06-05
1
-31
/
+23
*
disas/microblaze: Merge op->name output into each fprintf
Richard Henderson
2024-06-05
1
-40
/
+40
*
disas/microblaze: Re-indent print_insn_microblaze
Richard Henderson
2024-06-05
1
-123
/
+142
*
disas/microblaze: Split out print_immval_addr
Richard Henderson
2024-06-05
1
-60
/
+29
*
Merge tag 'hw-misc-accel-20240604' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-06-04
2
-10
/
+17
|
\
|
*
disas/microblaze: Replace sprintf() by snprintf()
Philippe Mathieu-Daudé
2024-06-04
1
-9
/
+16
|
*
disas/m68k: Replace sprintf() by snprintf()
Philippe Mathieu-Daudé
2024-06-04
1
-1
/
+1
*
|
disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs
Alistair Francis
2024-06-03
1
-1
/
+64
|
/
*
disas: Use translator_st to get disassembly data
Richard Henderson
2024-05-15
3
-16
/
+32
*
disas: Split disas.c
Richard Henderson
2024-05-15
7
-340
/
+378
*
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
*
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
2024-04-24
2
-3515
/
+0
*
nanomips: fix warnings with GCC 14
Paolo Bonzini
2024-04-08
1
-97
/
+97
*
disas: Show opcodes for target_disas and monitor_disas
Richard Henderson
2024-03-29
2
-0
/
+2
*
target/riscv: honour show_opcodes when disassembling
Alex Bennée
2024-03-06
1
-13
/
+15
*
disas/hppa: honour show_opcodes
Alex Bennée
2024-03-06
1
-3
/
+5
*
disas: introduce show_opcodes
Alex Bennée
2024-03-06
1
-0
/
+1
*
disas/hppa: Add disassembly for qemu specific instructions
Helge Deller
2024-02-11
1
-0
/
+4
*
disas/riscv: Clean up includes
Peter Maydell
2024-01-30
3
-1
/
+2
*
disas/riscv: Add amocas.[w,d,q] instructions
Rob Bradford
2024-01-10
1
-0
/
+9
*
disas/cris: Pass buffer size to format_dec() to avoid overflow warning
Philippe Mathieu-Daudé
2023-11-24
1
-10
/
+16
*
disas/hppa: Show hexcode of instruction along with disassembly
Helge Deller
2023-11-17
1
-1
/
+5
*
disas/riscv: Replace TABs with space
Max Chou
2023-11-07
1
-3
/
+3
*
disas/riscv: Add support for vector crypto extensions
Max Chou
2023-11-07
1
-0
/
+137
*
disas/riscv: Add rv_codec_vror_vi for vror.vi
Max Chou
2023-11-07
2
-1
/
+14
*
disas/riscv: Add rv_fmt_vd_vs2_uimm format
Max Chou
2023-11-07
1
-0
/
+1
*
disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
Alvin Chang
2023-10-12
1
-2
/
+2
*
disas/m68k: clean up local variable shadowing
Laurent Vivier
2023-09-29
1
-4
/
+4
*
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
[next]