aboutsummaryrefslogtreecommitdiff
path: root/target/tricore
AgeCommit message (Expand)Author
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
2023-06-21target/tricore: Implement privilege level for all insnsBastian Koppelmann
2023-06-21target/tricore: Introduce priv tb flagBastian Koppelmann
2023-06-21target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()Bastian Koppelmann
2023-06-21target/tricore: ENABLE exit to main-loopBastian Koppelmann
2023-06-21target/tricore: Introduce DISAS_TARGET_EXITBastian Koppelmann
2023-06-21target/tricore: Fix RR_JLI clobbering reg A[11]Bastian Koppelmann
2023-06-21target/tricore: Fix helper_ret() not correctly restoring PSWBastian Koppelmann
2023-06-21target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regsBastian Koppelmann
2023-06-21target/tricore: Correctly fix saving PSW.CDE to CSA on callBastian Koppelmann
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