aboutsummaryrefslogtreecommitdiff
path: root/target/rx
AgeCommit message (Expand)Author
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard 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-13target/rx: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/rx: Drop tcg_temp_freeRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/rx: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2022-12-16target/rx: Convert to 3-phase resetPeter Maydell
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-21Merge tag 'pull-rx-20220421' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-21target/rx: update PC correctly in wait instructionTomoaki Kawada
2022-04-21target/rx: set PSW.I when executing 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-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-02-21target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé
2021-12-15target/rx/cpu.h: Don't include qemu-common.hPeter Maydell
2021-10-15target/rx: Drop checks for singlestep_enabledRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-14target/rx: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09target/rx: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth