aboutsummaryrefslogtreecommitdiff
path: root/target/tricore
AgeCommit message (Expand)Author
2023-06-21target/tricore: Fix out-of-bounds index in imask instructionSiqi Chen
2023-06-21target/tricore: Add DISABLE insn variantBastian Koppelmann
2023-06-21target/tricore: Implement SYCSCALL insnBastian Koppelmann
2023-06-21target/tricore: Add shuffle insnBastian Koppelmann
2023-06-21target/tricore: Add crc32.b insnBastian Koppelmann
2023-06-21target/tricore: Add crc32l.w insnBastian Koppelmann
2023-06-21target/tricore: Add LHA insnBastian Koppelmann
2023-06-21target/tricore: Add popcnt.w insnBastian Koppelmann
2023-06-21target/tricore: Introduce ISA 1.6.2 featureBastian Koppelmann
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20target/tricore: Remove pointless CONFIG_SOFTMMU guardPhilippe Mathieu-Daudé
2023-06-07target/tricore: Fix wrong PSW for call insnsBastian Koppelmann
2023-06-07target/tricore: Refactor PCXI/ICR register fieldsBastian Koppelmann
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson
2023-03-13target/tricore: Use min/max for saturateRichard Henderson
2023-03-13target/tricore: Avoid tcg_const_i32Richard Henderson
2023-03-13target/tricore: Drop some temp initializationRichard Henderson
2023-03-13target/tricore: Use setcondi instead of explicit allocationRichard Henderson
2023-03-13target/tricore: Rename t_off10 and use tcg_constant_i32Richard Henderson
2023-03-13target/tricore: Split t_n as constant from temp as variableRichard Henderson
2023-03-13target/tricore: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/tricore: Drop tcg_temp_freeRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-02-27target/tricore: Remove unused fields from CPUTriCoreStatePhilippe Mathieu-Daudé
2023-02-08target/tricore: Fix OPC1_16_SRO_LD_H translationAnton Kochkov
2023-02-08target/tricore: Fix OPC2_32_BO_LD_BU_PREINCBastian Koppelmann
2023-02-08target/tricore: Fix OPC2_32_RRRR_DEXTRBastian Koppelmann
2023-02-08target/tricore: Fix RRPW_DEXTRBastian Koppelmann
2023-02-08target/tricore: Fix OPC2_32_RCRW_INSERT translationBastian Koppelmann
2023-02-08target/tricore: Fix OPC2_32_RCRW_IMASK translationBastian Koppelmann
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2022-12-18target/tricore: Fix gdbstub write to address registersRichard Henderson
2022-12-16target/tricore: Convert to 3-phase resetPeter Maydell
2022-11-05target/tricore: Rename csfr.def -> csfr.h.incPhilippe Mathieu-Daudé
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé