aboutsummaryrefslogtreecommitdiff
path: root/target/tricore/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25target/tricore: Rename tricore_featureBastian Koppelmann1-2/+2
2023-06-21target/tricore: Fix helper_ret() not correctly restoring PSWBastian Koppelmann1-4/+4
2023-06-21target/tricore: Correctly fix saving PSW.CDE to CSA on callBastian Koppelmann1-1/+6
2023-06-21target/tricore: Add shuffle insnBastian Koppelmann1-0/+36
2023-06-21target/tricore: Add crc32.b insnBastian Koppelmann1-0/+8
2023-06-21target/tricore: Add crc32l.w insnBastian Koppelmann1-1/+9
2023-06-07target/tricore: Fix wrong PSW for call insnsBastian Koppelmann1-0/+2
2023-06-07target/tricore: Refactor PCXI/ICR register fieldsBastian Koppelmann1-43/+42
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-3/+3
2021-10-15target/tricore: Drop check for singlestep_enabledRichard Henderson1-7/+0
2019-08-22target/tricore: Implement a qemu excptions helperBastian Koppelmann1-0/+7
2019-06-10target/tricore: Use env_cpuRichard Henderson1-1/+1
2019-05-10target/tricore: Convert to CPUClass::tlb_fillRichard Henderson1-26/+0
2019-01-30target/tricore: Fix LGPL version numberThomas Huth1-1/+1
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-1/+1
2018-03-02tricore: renamed masking of PIEDavid Brenken1-8/+8
2018-03-02tricore: renamed masking of IEDavid Brenken1-8/+9
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-2/+2
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée1-10/+3
2017-01-10target-tricore: Use clrsb helperRichard Henderson1-5/+0
2017-01-10target-tricore: Use clz opcodeRichard Henderson1-10/+0
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+2842