summaryrefslogtreecommitdiffstats
path: root/target/rx
Commit message (Expand)AuthorAgeFilesLines
* target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé2022-02-211-2/+0Star
* target/rx/cpu.h: Don't include qemu-common.hPeter Maydell2021-12-151-1/+0Star
* target/rx: Drop checks for singlestep_enabledRichard Henderson2021-10-163-19/+2Star
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-4/+0Star
* target/rx: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-1/+7
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-14/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-11/+1Star
|\
| * 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
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
|/
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+10
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-5/+15
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* target/rx: Fix compiler errors for build with sanitizersStefan Weil2021-01-291-6/+6
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* target/rx: Fix Lesser GPL version numberChetan Pant2020-10-271-1/+1
* target/rx: Fix some comment spelling errorsLichang Zhao2020-10-272-2/+2
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* rx: Move typedef RXCPU to cpu-qom.hEduardo Habkost2020-09-022-1/+1
* rx: Rename QOM type check macrosEduardo Habkost2020-09-025-15/+15
* meson: targetPaolo Bonzini2020-08-214-13/+18
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-213-5/+5
* target/rx/translate: Add missing fall through commentPhilippe Mathieu-Daudé2020-04-081-0/+1
* target/rx: Dump bytes for each insn during disassemblyRichard Henderson2020-03-191-1/+15
* target/rx: Collect all bytes during disassemblyRichard Henderson2020-03-191-20/+42
* target/rx: Emit all disassembly in one prt()Richard Henderson2020-03-191-36/+39
* target/rx: Use prt_ldmi for XCHG_mr disassemblyRichard Henderson2020-03-191-7/+1Star
* target/rx: Replace operand with prt_ldmi in disassemblerRichard Henderson2020-03-191-50/+27Star
* target/rx: Disassemble rx_index_addr into a stringRichard Henderson2020-03-191-99/+55Star
* target/rx: RX disassemblerYoshinori Sato2020-03-191-0/+1480
* target/rx: CPU definitionsYoshinori Sato2020-03-197-6/+612
* target/rx: TCG helpersYoshinori Sato2020-03-193-0/+650
* target/rx: TCG translationYoshinori Sato2020-03-193-0/+3065