unicorn/qemu/target/m68k
Laurent Vivier 172f3709e3
target/m68k: manage 680x0 stack frames
680x0 manages several stack frame formats:
- format 0: four-word stack frame
- format 1: four-word throwaway stack frame
- format 2: six-word stack frame
- format 3: Floating-Point post-instruction stack frame
- format 4: eight-word stack frame
- format 7: access-error stack frame

Backports commit d2f8fb8e7f8e7d082103d705e178c9f72e0bea77 from qemu
2018-03-06 08:04:08 -05:00
..
cpu-qom.h
cpu.c qom: Introduce CPUClass.tcg_initialize 2018-03-05 09:49:26 -05:00
cpu.h target/m68k: manage 680x0 stack frames 2018-03-06 08:04:08 -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: manage 680x0 stack frames 2018-03-06 08:04:08 -05:00
helper.h
Makefile.objs
op_helper.c target/m68k: manage 680x0 stack frames 2018-03-06 08:04:08 -05:00
qregs.def
translate.c target/m68k: use insn_pc to generate instruction fault address 2018-03-06 07:51:28 -05:00
unicorn.c
unicorn.h