aboutsummaryrefslogtreecommitdiff
path: root/target/rx
AgeCommit message (Expand)AuthorFilesLines
2025-03-09target/rx: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2025-03-09Merge tag 'pull-tcg-20250308' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-1/+1
2025-03-08exec: Declare tlb_set_page() in 'exec/cputlb.h'Philippe Mathieu-Daudé1-1/+1
2025-03-07target/rx: Remove TCG_CALL_NO_WG from helpers which write envKeith Packard1-17/+17
2025-03-07target/rx: Set exception vector base to 0xffffff80Keith Packard1-1/+1
2025-03-06target: Set disassemble_info::endian value for little-endian targetsPhilippe Mathieu-Daudé1-0/+1
2025-03-06target/rx: Ensure not being build on user emulationPhilippe Mathieu-Daudé3-12/+4
2025-03-06accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'Philippe Mathieu-Daudé1-1/+1
2025-02-11fpu: allow flushing of output denormals to be after roundingPeter Maydell1-0/+8
2025-02-08target/*: Remove TARGET_LONG_BITS from cpu-param.hRichard Henderson1-1/+0
2025-01-28fpu: Rename float_flag_output_denormal to float_flag_output_denormal_flushedPeter Maydell1-1/+1
2025-01-28fpu: Rename float_flag_input_denormal to float_flag_input_denormal_flushedPeter Maydell1-1/+1
2024-12-24accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_coreRichard Henderson3-2/+5
2024-12-20accel/tcg: Include missing 'exec/translation-block.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-12-20accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'Philippe Mathieu-Daudé1-0/+1
2024-12-11target/rx: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+7
2024-07-28target/rx: Use target_ulong for address in LIRichard Henderson1-1/+2
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-15target/rx: Use translator_ld*Richard Henderson1-13/+14
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-8/+0
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-03-12target/rx: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé4-12/+7
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-1/+1
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé1-2/+1
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-1/+0
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-5/+0
2024-02-03target/rx: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-05target/rx: Use generic cpu_list()Gavin Shan2-19/+0
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-5/+1
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2-15/+14
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé2-3/+4
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé2-4/+0
2023-10-22target/rx: Use tcg_gen_ext_i32Richard Henderson1-8/+3
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-4/+1
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-28/+28
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson1-3/+3
2023-07-25other architectures: spelling fixesMichael Tokarev1-2/+2
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-2/+0
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+5
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson2-0/+2