unicorn/qemu/target/mips
Richard Henderson df2a890bd7
tcg: Split out target/arch/cpu-param.h
For all targets, into this new file move TARGET_LONG_BITS,
TARGET_PAGE_BITS, TARGET_PHYS_ADDR_SPACE_BITS,
TARGET_VIRT_ADDR_SPACE_BITS, and NB_MMU_MODES.

Include this new file from exec/cpu-defs.h.

This now removes the somewhat odd requirement that target/arch/cpu.h
defines TARGET_LONG_BITS before including exec/cpu-defs.h, so push the
bulk of the includes within target/arch/cpu.h to the top.

Backports commit 74433bf083b0766aba81534f92de13194f23ff3e from qemu
2019-06-10 19:35:46 -04:00
..
cp0_timer.c
cpu-param.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
cpu-qom.h
cpu.c target/mips: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
cpu.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
dsp_helper.c target/mips: Clean up dsp_helper.c 2019-06-03 11:14:31 -04:00
helper.c mips: Decide to map PAGE_EXEC in map_address 2019-05-28 19:44:28 -04:00
helper.h target/mips: Refactor and fix INSERT.<B|H|W|D> instructions 2019-05-28 19:42:28 -04:00
internal.h target/mips: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
lmi_helper.c target/mips: Clean up lmi_helper.c 2019-06-03 11:15:34 -04:00
Makefile.objs
mips-defs.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
msa_helper.c target/mips: Unroll loops in helpers for MSA logic instructions 2019-06-10 13:56:04 -04:00
op_helper.c target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host 2019-05-28 19:29:27 -04:00
TODO
translate_init.c target/mips: Restore Qemu's organization of CPU definitions 2019-03-08 01:40:50 -05:00
translate.c target/mips: Add emulation of MMI instruction PCPYUD 2019-06-03 11:08:37 -04:00
unicorn.c Use DEFINE_MACHINE() to register all machines 2018-03-11 15:12:46 -04:00
unicorn.h