unicorn/qemu/target-m68k
Laurent Vivier fa4a71a1bf
target-m68k: define m680x0 CPUs and features
This patch defines height new features:

- M68K_FEATURE_SCALED_INDEX, scaled address index register
- M68K_FEATURE_LONG_MULDIV, 32bit multiply/divide
- M68K_FEATURE_QUAD_MULDIV, 64bit multiply/divide
- M68K_FEATURE_BCCL, long conditional branches
- M68K_FEATURE_BITFIELD, bit field instructions
- M68K_FEATURE_FPU, FPU instructions
- M68K_FEATURE_CAS, cas instruction
- M68K_FEATURE_BKPT, bkpt instruction

Backports commit f076803bbf6ad1618f493f543faff97f3dd0c970 from qemu
2018-02-27 08:26:06 -05:00
..
cpu-qom.h target-m68k: make cpu-qom.h not target specific 2018-02-24 00:56:58 -05:00
cpu.c target-m68k: define m680x0 CPUs and features 2018-02-27 08:26:06 -05:00
cpu.h target-m68k: define m680x0 CPUs and features 2018-02-27 08:26:06 -05:00
helper.c target-m68k: fix get_mac_extf helper 2018-02-25 23:21:05 -05:00
helper.h rework code/block tracing 2016-01-22 18:42:27 -08:00
Makefile.objs del qemu/target-m68k/m68k-semi.c 2017-01-20 11:52:31 +08:00
op_helper.c Fix confusing argument names in some common functions 2018-02-25 03:58:27 -05:00
qregs.def import 2015-08-21 15:04:50 +08:00
translate.c target-m68k: define m680x0 CPUs and features 2018-02-27 08:26:06 -05:00
unicorn.c qemu-common: push cpu.h inclusion out of qemu-common.h 2018-02-24 01:50:56 -05:00
unicorn.h New feature: registers can be bulk saved/restored in an opaque blob 2016-08-20 04:14:07 -07:00