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
/
sh4
/
translate.c
Age
Commit message (
Expand
)
Author
2023-03-16
target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpu
Ilya Leoshkevich
2023-03-13
target/sh4: Avoid tcg_const_i32
Richard Henderson
2023-03-13
target/sh4: Avoid tcg_const_i32 for TAS.B
Richard Henderson
2023-03-05
target/sh4: Drop tcg_temp_free
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2022-10-26
target/sh4: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-04
target/sh4: Fix TB_FLAG_UNALIGN
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-06
target/sh4: Implement prctl_unalign_sigbus
Richard Henderson
2021-10-15
target/sh4: Drop check for singlestep_enabled
Richard Henderson
2021-10-04
target/sh4: Use lookup_symbol in sh4_tr_disas_log
Richard Henderson
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
target/sh4: Use translator_use_goto_tb
Richard Henderson
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-06-29
target/sh4: Improve swap.b translation
Richard Henderson
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
2020-10-27
target/sh4: fix some comment spelling errors
Lichang Zhao
2020-10-27
target/sh4: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
2020-09-01
target/sh4: Remove superfluous breaks
Liao Pingfang
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2019-10-28
target/sh4: fetch code with translator_ld
Emilio G. Cota
2019-05-08
target/sh4: Fix LGPL information in the file headers
Thomas Huth
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2018-08-20
sh4: fix use_icount with linux-user
Laurent Vivier
2018-07-09
target/sh4: Fix translator.c assertion failure for gUSA
Richard Henderson
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-05-09
target/sh4: convert to TranslatorOps
Emilio G. Cota
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-12-18
target/sh4: Convert to DisasContextBase
Richard Henderson
2017-12-18
target/sh4: Do not singlestep after exceptions
Richard Henderson
2017-12-18
target/sh4: Convert to DisasJumpType
Richard Henderson
2017-12-18
target/sh4: Use cmpxchg for movco when parallel_cpus
Richard Henderson
2017-12-18
target/sh4: fix TCG leak during gusa sequence
Alex Bennée
2017-12-18
target/sh4: add missing tcg_temp_free() in _decode_opc()
Philippe Mathieu-Daudé
2017-12-18
Remove empty statements
Ladi Prosek
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
target/sh4: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-18
target/sh4: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2017-07-18
target/sh4: Implement fsrra
Richard Henderson
[next]