unicorn/qemu/target-m68k
Laurent Vivier 90b0b6d867
target-m68k: Implement 680x0 movem
680x0 movem can load/store words and long words and can use more
addressing modes. Coldfire can only use long words with (Ax) and
(d16,Ax) addressing modes.

Backports commit 7b542eb96d7d5d9266a9c0425f05d49c8e6df2f9 from qemu
2018-03-01 12:01:46 -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: Reorg flags handling 2018-02-27 09:30:32 -05:00
cpu.h target-m68k: add 680x0 divu/divs variants 2018-03-01 11:38:53 -05:00
helper.c target-m68k: introduce byte and word cc_ops 2018-02-28 06:52:16 -05:00
helper.h target-m68k: add cas/cas2 ops 2018-03-01 11:56:26 -05:00
Makefile.objs del qemu/target-m68k/m68k-semi.c 2017-01-20 11:52:31 +08:00
op_helper.c target-m68k: add cas/cas2 ops 2018-03-01 11:56:26 -05:00
qregs.def target-m68k: add 680x0 divu/divs variants 2018-03-01 11:38:53 -05:00
translate.c target-m68k: Implement 680x0 movem 2018-03-01 12:01:46 -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