aboutsummaryrefslogtreecommitdiff
path: root/target/tricore/translate.c
AgeCommit message (Expand)Author
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
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-08-22target/tricore: Fix tricore_tr_translate_insnBastian Koppelmann
2019-08-22target/tricore: Implement a qemu excptions helperBastian Koppelmann
2019-08-22target/tricore: Use translate_loopBastian Koppelmann
2019-08-22target-tricore: Make env a member of DisasContextBastian Koppelmann
2019-08-22target/tricore: Use DisasContextBase APIBastian Koppelmann
2019-06-25tricore: add QSEED instructionAndreas Konopik
2019-06-25tricore: sync ctx.hflags with tb->flagsGeorg Hofstetter
2019-06-25tricore: fix RRPW_INSERT instructionDavid Brenken
2019-06-25tricore: add UTOF instructionDavid Brenken
2019-06-25tricore: add FTOIZ instructionDavid Brenken
2019-05-13target/tricore: Use tcg_gen_abs_tlPhilippe Mathieu-Daudé
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-03-08tricore: fixed RCR_CADDN instructionDavid Brenken
2019-03-08tricore: fixed RCR_CADD instructionDavid Brenken
2019-01-30target/tricore: Fix LGPL version numberThomas Huth
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-03-02tricore: renamed masking of IEDavid Brenken
2018-03-02tricore: added some missing cpu instructionsDavid Brenken