unicorn/qemu/target/m68k
Laurent Vivier b82fe8b95c
target/m68k: add reset
The instruction traps if the CPU is not in
Supervisor state but the helper is empty because
there is no easy way to reset all the peripherals
without resetting the CPU itself.

Backports commit 0bdb2b3bf5660f892ddbfa09baea56cdca57ad1d from qemu
2018-03-06 08:26:01 -05:00
..
cpu-qom.h
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 reset 2018-03-06 08:26:01 -05:00
unicorn.c
unicorn.h