summaryrefslogtreecommitdiff
path: root/target/m68k/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-1/+1
2018-02-14m68k: implement movep instructionPavel Dovgalyuk1-0/+2
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2
2018-01-25target/m68k: add MC68040 MMULaurent Vivier1-2/+2
2018-01-04target/m68k: add the Interrupt Stack PointerLaurent Vivier1-4/+4
2018-01-04target/m68k: add move16Laurent Vivier1-1/+9
2018-01-04target/m68k: add chk and chk2Laurent Vivier1-0/+2
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov1-48/+27
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-4/+0
2017-09-01m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov1-0/+2
2017-06-21target-m68k: add FPCR and FPSRLaurent Vivier1-1/+1
2017-06-21target-m68k: use floatx80 internallyLaurent Vivier1-2/+2
2017-06-21target-m68k: initialize FPU registersLaurent Vivier1-1/+8
2017-06-07target/m68k: implement rtdLaurent Vivier1-0/+2
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+324