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