aboutsummaryrefslogtreecommitdiff
path: root/target/tricore
AgeCommit message (Expand)Author
2024-07-29target/tricore: Use unsigned types for bitops in helper_eq_b()Peter Maydell
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-26gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-26target/tricore/helper: Use correct string format in cpu_tlb_fill()Philippe Mathieu-Daudé
2024-03-12target/tricore: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/tricore: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-05target/tricore: Use generic cpu_list()Gavin Shan
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-10-22target/tricore: Use tcg_gen_*extract_tlRichard Henderson
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard 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-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-09-29target/tricore: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29target/tricore: Change effective address (ea) to target_ulongBastian Koppelmann
2023-09-29target/tricore: Remove CSFRs from cpu.hBastian Koppelmann
2023-09-28target/tricore: Fix FTOUZ being ISA v1.3.1 upBastian Koppelmann
2023-09-28target/tricore: Replace cpu_*_code with translator_*Bastian Koppelmann
2023-09-28target/tricore: Swap src and dst reg for RCRR_INSERTBastian Koppelmann
2023-09-28target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0Bastian Koppelmann
2023-09-28target/tricore: Implement hptof insnBastian Koppelmann
2023-09-28target/tricore: Implement ftohp insnBastian Koppelmann
2023-09-28target/tricore: Clarify special case for FTOUZ insnBastian Koppelmann
2023-09-28target/tricore: Implement FTOU insnBastian Koppelmann
2023-09-28target/tricore: Correctly handle FPU RM from PSWBastian Koppelmann
2023-09-28target/tricore: Implement CRCN insnBastian Koppelmann
2023-08-24target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tlRichard Henderson
2023-07-25target/tricore: Rename tricore_featureBastian Koppelmann
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-21target/tricore: Fix ICR.IE offset in RESTORE insnBastian Koppelmann
2023-06-21target/tricore: Honour privilege changes on PSW writeBastian Koppelmann