unicorn/qemu/target/i386
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
..
arch_memory_mapping.c
bpt_helper.c
cc_helper_template.h
cc_helper.c
cpu-qom.h
cpu.c Include qapi/qmp/qdict.h exactly where needed 2018-03-08 08:51:46 -05:00
cpu.h target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
excp_helper.c
fpu_helper.c target/*/cpu.h: remove softfloat.h 2018-03-08 09:58:47 -05:00
helper.c accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00
helper.h
int_helper.c
Makefile.objs
mem_helper.c accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00
misc_helper.c
mpx_helper.c
ops_sse_header.h
ops_sse.h target/i386: fix phminposuw in-place operation 2018-03-04 23:59:26 -05:00
seg_helper.c
shift_helper_template.h
smm_helper.c
svm_helper.c target/*helper: don't check retaddr before calling cpu_restore_state 2018-03-05 14:47:41 -05:00
svm.h
TODO
topology.h
translate.c tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* 2018-03-05 15:58:15 -05:00
unicorn.c unicorn/i386: Lessen amount of X86_CPU macros and casts 2018-03-07 10:34:00 -05:00
unicorn.h