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
/
nanomips_translate.c.inc
Age
Commit message (
Expand
)
Author
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-29
target/mips: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-05-11
target/mips: Use MO_ALIGN instead of 0
Richard Henderson
2023-05-11
target/mips: Add missing default_tcg_memop_mask
Richard Henderson
2023-05-11
target/mips: Add MO_ALIGN to gen_llwp, gen_scwp
Richard Henderson
2023-05-05
target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*
Richard Henderson
2023-03-13
target/mips: Avoid tcg_const_* throughout
Richard Henderson
2023-03-13
target/mips: Drop tcg_temp_free from nanomips_translate.c.inc
Richard Henderson
2023-03-01
target/mips: Don't use tcg_temp_local_new
Richard Henderson
2022-09-13
target/mips: Honour -semihosting-config userspace=on
Peter Maydell
2022-08-02
target/mips: Advance pc after semihosting exception
Richard Henderson
2022-06-28
target/mips: Use an exception for semihosting
Richard Henderson
2022-06-11
target/mips: Add missing default cases for some nanoMIPS pools
Stefan Pejic
2022-06-11
target/mips: Fix emulation of nanoMIPS BNEC[32] instruction
Dragan Mladjenovic
2022-06-11
target/mips: Fix emulation of nanoMIPS BPOSGE32C instruction
Dragan Mladjenovic
2022-06-11
target/mips: Fix emulation of nanoMIPS EXTRV_S.H instruction
Dragan Mladjenovic
2022-06-11
target/mips: Fix emulation of nanoMIPS MTHLIP instruction
Stefan Pejic
2022-01-11
target/mips: Extract trap code into env->error_code
Richard Henderson
2021-10-17
target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6
Philippe Mathieu-Daudé
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-07-02
target/mips: Extract nanoMIPS ISA translation routines
Philippe Mathieu-Daudé