summary refs log tree commit diff stats
path: root/target/tricore/helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/tricore/helper: Use correct string format in cpu_tlb_fill()Philippe Mathieu-Daudé2024-03-261-2/+2
* target/tricore: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-2/+1
* include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-031-1/+1
* target/tricore: Use generic cpu_list()Gavin Shan2024-01-051-22/+0
* target/tricore: Implement ftohp insnBastian Koppelmann2023-09-281-0/+1
* target/tricore: Correctly handle FPU RM from PSWBastian Koppelmann2023-09-281-2/+16
* target/tricore: Rename tricore_featureBastian Koppelmann2023-07-251-2/+2
* other architectures: spelling fixesMichael Tokarev2023-07-251-1/+1
* target/tricore: Remove pointless CONFIG_SOFTMMU guardPhilippe Mathieu-Daudé2023-06-201-2/+0
* target/tricore: Refactor PCXI/ICR register fieldsBastian Koppelmann2023-06-071-0/+45
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-1/+1
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-1/+1
* target/tricore: Pass MMUAccessType to get_physical_address()Philippe Mathieu-Daudé2021-03-141-4/+2
* target/tricore: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé2021-03-141-1/+2
* target/tricore: Implement tricore_cpu_get_phys_page_debugBastian Koppelmann2020-06-011-0/+13
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-1/+1
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0
* target/tricore: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-8/+19
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-10/+5
* target/tricore: Fix LGPL version numberThomas Huth2019-01-301-1/+1
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-1/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* tricore: replace cpu_tricore_init() with cpu_generic_init()Igor Mammedov2017-09-011-5/+0
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+146