aboutsummaryrefslogtreecommitdiff
path: root/target/sh4
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-9/+0
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini1-0/+2
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-0/+1
2024-05-06target/sh4: Update DisasContextBase.insn_startRichard Henderson1-0/+1
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-2/+2
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-05-03target/sh4: Rename TCGv variables as manual for SUBV opcodePhilippe Mathieu-Daudé1-6/+10
2024-05-03target/sh4: Rename TCGv variables as manual for ADDV opcodePhilippe Mathieu-Daudé1-6/+10
2024-05-03target/sh4: Fix SUBV opcodePhilippe Mathieu-Daudé1-1/+1
2024-05-03target/sh4: Fix ADDV opcodePhilippe Mathieu-Daudé1-1/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-04-09target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman1-0/+3
2024-04-09target/sh4: Fix mac.w with saturation enabledZack Buhman2-12/+18
2024-04-09target/sh4: Fix mac.l with saturation enabledZack Buhman2-11/+14
2024-04-09target/sh4: Merge mach and macl into a unionRichard Henderson1-2/+12
2024-04-09target/sh4: mac.w: memory accesses are 16-bit wordsZack Buhman1-2/+2
2024-03-12target/sh4: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé4-30/+14
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-3/+3
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé1-3/+1
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson2-7/+1
2024-02-03target/sh4: Populate CPUClass.mmu_indexRichard Henderson2-10/+22
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/sh4: Use generic cpu_list()Gavin Shan2-20/+0
2023-12-04sh4: Coding style: Remove tabsYihuan Pan4-926/+926
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+0
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2-23/+20
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-11target/sh4: Disable decode_gusa when plugins enabledRichard Henderson1-12/+29
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-2/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-3/+3
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-62/+62
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-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-2/+0
2023-06-05target/sh4: Emit insn_start for each insn in gUSA regionRichard Henderson1-3/+12
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+4
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-2/+0
2023-05-11target/sh4: Use MO_ALIGN where requiredRichard Henderson1-36/+66
2023-03-16target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpuIlya Leoshkevich1-7/+7
2023-03-13target/sh4: Avoid tcg_const_i32Richard Henderson1-13/+13
2023-03-13target/sh4: Avoid tcg_const_i32 for TAS.BRichard Henderson1-6/+3
2023-03-13target/sh4: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-1/+1