aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-15target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIXRichard Henderson1-30/+47
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts1-21/+37
2019-06-10target/m68k: Use env_cpuRichard Henderson1-6/+6
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-1/+1
2019-05-17Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ...Peter Maydell1-12/+8
2019-05-16target/m68k: Switch to transaction_failed hookPeter Maydell1-12/+8
2019-05-10target/m68k: Convert to CPUClass::tlb_fillRichard Henderson1-15/+0
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth1-1/+1
2018-04-15m68k: fix exception stack frame for 68000Pavel Dovgalyuk1-15/+18
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-2/+2
2018-01-25target/m68k: add pflush/ptestLaurent Vivier1-0/+1
2018-01-25target/m68k: add movesLaurent Vivier1-2/+2
2018-01-25target/m68k: add MC68040 MMULaurent Vivier1-1/+93
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-3/+3
2018-01-08Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell1-6/+332
2018-01-04target/m68k: add chk and chk2Laurent Vivier1-0/+61
2018-01-04target/m68k: manage 680x0 stack framesLaurent Vivier1-4/+156
2018-01-04target/m68k: add CPU_LOG_INT traceLaurent Vivier1-2/+115
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée1-5/+2
2017-10-24target/m68k: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-13/+20
2017-01-14target-m68k: Implement bfffoRichard Henderson1-0/+21
2017-01-14target-m68k: Implement bitfield ops for memoryRichard Henderson1-0/+185
2016-12-27target-m68k: add cas/cas2 opsLaurent Vivier1-0/+109
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier1-25/+158
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+229