unicorn/qemu/target/m68k
Alex Bennée 0eee5afd0e
target/*/cpu.h: remove softfloat.h
As cpu.h is another typically widely included file which doesn't need
full access to the softfloat API we can remove the includes from here
as well. Where they do need types it's typically for float_status and
the rounding modes so we move that to softfloat-types.h as well.

As a result of not having softfloat in every cpu.h call we now need to
add it to various helpers that do need the full softfloat.h
definitions.

Backports commit 24f91e81b65fcdd0552d1f0fcb0ea7cfe3829c19 from qemu
2018-03-08 09:58:47 -05:00
..
cpu-qom.h Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
cpu.c target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
cpu.h target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
fpu_helper.c target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
helper.c target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
helper.h target/m68k: add pflush/ptest 2018-03-06 11:21:51 -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 pflush/ptest 2018-03-06 11:21:51 -05:00
qregs.def target-m68k: use floatx80 internally 2018-03-03 19:35:17 -05:00
translate.c target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
unicorn.c unicorn/m68k: Lessen usage of M68K_CPU macro 2018-03-07 10:37:50 -05:00
unicorn.h Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00