aboutsummaryrefslogtreecommitdiff
path: root/target/rx/translate.c
AgeCommit message (Expand)Author
2023-10-22target/rx: Use tcg_gen_ext_i32Richard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-03-13target/rx: Avoid tcg_const_i32Richard Henderson
2023-03-13target/rx: Avoid tcg_const_i32 when new temp neededRichard Henderson
2023-03-13target/rx: Use cpu_psw_z as temp in flags computationRichard Henderson
2023-03-13target/rx: Use tcg_gen_abs_i32Richard Henderson
2023-03-05target/rx: Drop tcg_temp_freeRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2022-10-26target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson
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