unicorn/qemu/target/m68k
Laurent Vivier 9527a5c994
target/m68k: add 680x0 "move to SR" instruction
Some cleanup, and allows SR to be moved from any addressing mode.
Previous code was wrong for coldfire: coldfire also allows to
use addressing mode to set SR/CCR. It only supports Data register
to get SR/CCR (move from)

Backports commit b6a21d8d8f69ac04fd6180e752a65d582c07e948 from qemu
2018-03-06 08:33:49 -05:00
..
cpu-qom.h Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
cpu.c target/m68k: add move16 2018-03-06 08:15:33 -05:00
cpu.h target/m68k: add move16 2018-03-06 08:15:33 -05:00
fpu_helper.c target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init() 2018-03-04 23:05:01 -05:00
helper.c target/m68k: add reset 2018-03-06 08:26:01 -05:00
helper.h target/m68k: add reset 2018-03-06 08:26:01 -05:00
Makefile.objs target-m68k: move FPU helpers to fpu_helper.c 2018-03-03 15:04:05 -05:00
op_helper.c target/m68k: add chk and chk2 2018-03-06 08:08:53 -05:00
qregs.def target-m68k: use floatx80 internally 2018-03-03 19:35:17 -05:00
translate.c target/m68k: add 680x0 "move to SR" instruction 2018-03-06 08:33:49 -05:00
unicorn.c
unicorn.h Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00