aboutsummaryrefslogtreecommitdiff
path: root/target/rx/translate.c
AgeCommit message (Expand)Author
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-21target/rx: update PC correctly in wait instructionTomoaki Kawada
2022-04-21target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson
2022-04-21target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson
2022-04-21target/rx: Store PSW.U in tb->flagsRichard Henderson
2022-04-21target/rx: Put tb_flags into DisasContextRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2021-10-15target/rx: Drop checks for singlestep_enabledRichard Henderson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09target/rx: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2020-10-27target/rx: Fix some comment spelling errorsLichang Zhao
2020-09-02rx: Rename QOM type check macrosEduardo Habkost
2020-08-21meson: targetPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-04-07target/rx/translate: Add missing fall through commentPhilippe Mathieu-Daudé
2020-03-19target/rx: CPU definitionsYoshinori Sato
2020-03-19target/rx: TCG translationYoshinori Sato