aboutsummaryrefslogtreecommitdiff
path: root/target/tricore/translate.c
AgeCommit message (Expand)Author
2023-07-25other architectures: spelling fixesMichael Tokarev
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: Add CHECK_REG_PAIR() for insn accessing 64 bit regsBastian 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-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-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-05target/tricore: Drop tcg_temp_freeRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
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
2022-11-05target/tricore: Rename csfr.def -> csfr.h.incPhilippe Mathieu-Daudé
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-15target/tricore: Drop check for singlestep_enabledRichard Henderson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2021-07-09target/tricore: Use translator_use_goto_tbRichard Henderson
2021-03-14target/tricore: Fix OPC2_32_RRPW_EXTR for width=0Bastian Koppelmann
2021-03-14target/tricore: Fix imask OPC2_32_RRPW_IMASK for r3+1 == r2Bastian Koppelmann
2021-03-14tricore: fixed faulty conditions for extr and imaskAndreas Konopik
2020-06-01target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestepBastian Koppelmann
2020-06-01target/tricore: Move translate feature check to ctxBastian Koppelmann
2020-06-01target/tricore: Don't save pc in generate_qemu_excpBastian Koppelmann