index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
/
tcg
/
translate.c
Age
Commit message (
Expand
)
Author
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
2024-03-12
target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove helpers accessing SAARI register
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove helpers accessing SAAR registers
Philippe Mathieu-Daudé
2024-01-29
include/exec: Use vaddr in DisasContextBase for virtual addresses
Anton Johansson
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
2023-09-29
target/mips: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-28
accel/tcg: Always require can_do_io
Richard Henderson
2023-07-10
target/mips/mxu: Add S32MADD/MADDU/MSUB/MSUBU instructions
Siarhei Volkau
2023-07-10
target/mips: Implement Loongson CSR instructions
Jiaxun Yang
2023-06-05
target/*: Add missing includes of exec/translation-block.h
Richard Henderson
2023-06-05
target/mips: Tidy helpers for translation
Richard Henderson
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-05-05
target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*
Richard Henderson
2023-04-20
target/mips: tcg: detect out-of-bounds accesses to cpu_gpr and cpu_gpr_hi
Paolo Bonzini
2023-03-13
target/mips: Avoid tcg_const_* throughout
Richard Henderson
2023-03-13
target/mips: Avoid tcg_const_tl in gen_r6_ld
Richard Henderson
2023-03-13
target/mips: Split out gen_lxr
Richard Henderson
2023-03-13
target/mips: Split out gen_lxl
Richard Henderson
2023-03-13
target/mips: Drop tcg_temp_free from translate.c
Richard Henderson
2023-03-07
target/mips: Fix JALS32/J32 instruction handling for microMIPS
Marcin Nowakowski
2023-03-01
target/mips: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-02-08
Drop duplicate #include
Markus Armbruster
2022-11-08
target/mips: Don't check COP1X for 64 bit FP mode
Jiaxun Yang
2022-11-08
target/mips: Enable LBX/LWX/* instructions for Octeon
Pavel Dovgalyuk
2022-10-26
target/mips: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-09-13
target/mips: Honour -semihosting-config userspace=on
Peter Maydell
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-08-02
target/mips: Advance pc after semihosting exception
Richard Henderson
2022-07-12
target/mips: introduce decodetree structure for Cavium Octeon extension
Pavel Dovgalyuk
2022-06-28
target/mips: Use an exception for semihosting
Richard Henderson
2022-06-11
target/mips: Fix handling of unaligned memory access for nanoMIPS ISA
Dragan Mladjenovic
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-01-11
target/mips: Extract trap code into env->error_code
Richard Henderson
2022-01-11
target/mips: Extract break code into env->error_code
Richard Henderson
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-10-18
target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()
Philippe Mathieu-Daudé
2021-10-18
target/mips: Fix DEXTRV_S.H DSP opcode
Philippe Mathieu-Daudé
2021-10-18
target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()
Philippe Mathieu-Daudé
2021-10-15
target/mips: Drop exit checks for singlestep_enabled
Richard Henderson
2021-10-15
target/mips: Fix single stepping
Richard Henderson
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-08-25
target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
Philippe Mathieu-Daudé
2021-08-25
target/mips: Store CP0_Config0 in DisasContext
Philippe Mathieu-Daudé
2021-08-25
target/mips: Define gen_helper() macros in translate.h
Philippe Mathieu-Daudé
[next]