unicorn/qemu/target/m68k
Richard Henderson 90b3770665
target/m68k: Use lookup_and_goto_tb for DISAS_JUMP
These are all indirect or out-of-page direct jumps.
We can indirectly chain to the next TB without going
back to the main loop.

Backports commit 8aaf7da9c3b1f282b5a123de3e87a2e6ca87f3b9 from qemu
2018-06-15 10:48:18 -04:00
..
cpu-qom.h
cpu.c cpu: Add Error argument to cpu_exec_init() 2018-03-21 07:50:33 -04:00
cpu.h cpu: get rid of unused cpu_init() defines 2018-03-20 14:21:45 -04:00
fpu_helper.c target/m68k: implement fcosh 2018-03-17 18:58:57 -04:00
helper.c cpu: Generify CPU init functions 2018-03-20 08:21:51 -04:00
helper.h target/m68k: implement fcosh 2018-03-17 18:58:57 -04:00
Makefile.objs target/m68k: add fmod/frem 2018-03-09 01:28:58 -05:00
op_helper.c m68k: fix exception stack frame for 68000 2018-04-16 13:49:56 -04:00
qregs.def
softfloat_fpsp_tables.h target/m68k: implement fatan 2018-03-17 18:48:32 -04:00
softfloat.c target/m68k: Use floatX_silence_nan when we have already checked for SNaN 2018-05-19 23:23:56 -04:00
softfloat.h target/m68k: implement fcosh 2018-03-17 18:58:57 -04:00
translate.c target/m68k: Use lookup_and_goto_tb for DISAS_JUMP 2018-06-15 10:48:18 -04:00
unicorn.c Use DEFINE_MACHINE() to register all machines 2018-03-11 15:12:46 -04:00
unicorn.h