unicorn/qemu/target/m68k
Lluís Vilanova 3a196c62ae
target: [tcg] Use a generic enum for DISAS_ values
Used later. An enum makes expected values explicit and
bounds the value space of switches.

Backports commit 77fc6f5e28667634916f114ae04c6029cd7b9c45 from qemu
2018-03-04 14:08:43 -05:00
..
cpu-qom.h
cpu.c target-m68k: add FPCR and FPSR 2018-03-03 19:51:31 -05:00
cpu.h target-m68k: add FPCR and FPSR 2018-03-03 19:51:31 -05:00
fpu_helper.c target/m68k: add fmovem 2018-03-03 21:05:56 -05:00
helper.c target-m68k: move FPU helpers to fpu_helper.c 2018-03-03 15:04:05 -05:00
helper.h target/m68k: add fmovem 2018-03-03 21:05:56 -05:00
Makefile.objs target-m68k: move FPU helpers to fpu_helper.c 2018-03-03 15:04:05 -05:00
op_helper.c
qregs.def target-m68k: use floatx80 internally 2018-03-03 19:35:17 -05:00
translate.c target: [tcg] Use a generic enum for DISAS_ values 2018-03-04 14:08:43 -05:00
unicorn.c
unicorn.h