summaryrefslogtreecommitdiffstats
path: root/target/rx/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-6/+0Star
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* target/rx: update PC correctly in wait instructionTomoaki Kawada2022-04-211-1/+1
* target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson2022-04-211-1/+6
* target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson2022-04-211-10/+4Star
* target/rx: Store PSW.U in tb->flagsRichard Henderson2022-04-211-19/+23
* target/rx: Put tb_flags into DisasContextRichard Henderson2022-04-211-1/+3
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* target/rx: Drop checks for singlestep_enabledRichard Henderson2021-10-161-10/+2Star
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-14/+0Star
* target/rx: Use translator_use_goto_tbRichard Henderson2021-07-091-10/+1Star
* tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* target/rx: Fix some comment spelling errorsLichang Zhao2020-10-271-1/+1
* rx: Rename QOM type check macrosEduardo Habkost2020-09-021-1/+1
* meson: targetPaolo Bonzini2020-08-211-1/+1
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
* target/rx/translate: Add missing fall through commentPhilippe Mathieu-Daudé2020-04-081-0/+1
* target/rx: CPU definitionsYoshinori Sato2020-03-191-5/+12
* target/rx: TCG translationYoshinori Sato2020-03-191-0/+2432