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
/
rx
/
translate.c
Age
Commit message (
Expand
)
Author
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-04-21
target/rx: update PC correctly in wait instruction
Tomoaki Kawada
2022-04-21
target/rx: Swap stack pointers on clrpsw/setpsw instruction
Richard Henderson
2022-04-21
target/rx: Move DISAS_UPDATE check for write to PSW
Richard Henderson
2022-04-21
target/rx: Store PSW.U in tb->flags
Richard Henderson
2022-04-21
target/rx: Put tb_flags into DisasContext
Richard Henderson
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2021-10-15
target/rx: Drop checks for singlestep_enabled
Richard Henderson
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
target/rx: Use translator_use_goto_tb
Richard Henderson
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2020-10-27
target/rx: Fix some comment spelling errors
Lichang Zhao
2020-09-02
rx: Rename QOM type check macros
Eduardo Habkost
2020-08-21
meson: target
Paolo Bonzini
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-04-07
target/rx/translate: Add missing fall through comment
Philippe Mathieu-Daudé
2020-03-19
target/rx: CPU definitions
Yoshinori Sato
2020-03-19
target/rx: TCG translation
Yoshinori Sato