aboutsummaryrefslogtreecommitdiff
path: root/target/tricore/op_helper.c
AgeCommit message (Expand)Author
2023-09-29target/tricore: Change effective address (ea) to target_ulongBastian Koppelmann
2023-09-28target/tricore: Implement CRCN insnBastian Koppelmann
2023-07-25target/tricore: Rename tricore_featureBastian Koppelmann
2023-06-21target/tricore: Fix helper_ret() not correctly restoring PSWBastian Koppelmann
2023-06-21target/tricore: Correctly fix saving PSW.CDE to CSA on callBastian 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-07target/tricore: Fix wrong PSW for call insnsBastian Koppelmann
2023-06-07target/tricore: Refactor PCXI/ICR register fieldsBastian Koppelmann
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2021-10-15target/tricore: Drop check for singlestep_enabledRichard Henderson
2019-08-22target/tricore: Implement a qemu excptions helperBastian Koppelmann
2019-06-10target/tricore: Use env_cpuRichard Henderson
2019-05-10target/tricore: Convert to CPUClass::tlb_fillRichard Henderson
2019-01-30target/tricore: Fix LGPL version numberThomas Huth
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-03-02tricore: renamed masking of PIEDavid Brenken
2018-03-02tricore: renamed masking of IEDavid Brenken
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée
2017-01-10target-tricore: Use clrsb helperRichard Henderson
2017-01-10target-tricore: Use clz opcodeRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth