qemu-e2k/target/mips
Philippe Mathieu-Daudé 80e64a380f target/mips: Extract MSA translation routines
Extract 2200 lines from the huge translate.c to a new file,
'msa_translate.c'. As there are too many inter-dependencies
we don't compile it as another object yet, but keep including
it in the big translate.o. We gain in code maintainability.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201120210844.2625602-5-f4bug@amsat.org>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2021-01-14 17:13:53 +01:00
..
addr.c target/mips/addr: Add translation helpers for KSEG1 2021-01-14 17:13:53 +01:00
cp0_helper.c target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6 2021-01-14 17:13:53 +01:00
cp0_timer.c target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2 2021-01-14 17:13:53 +01:00
cpu-defs.c.inc target/mips: Move msa_reset() to msa_helper.c 2021-01-14 17:13:53 +01:00
cpu-param.h
cpu-qom.h
cpu.c target/mips: Move msa_reset() to msa_helper.c 2021-01-14 17:13:53 +01:00
cpu.h target/mips: Introduce ase_msa_available() helper 2021-01-14 17:13:53 +01:00
dsp_helper.c
fpu_helper.c target/mips: Extract FPU helpers to 'fpu_helper.h' 2021-01-14 17:13:53 +01:00
fpu_helper.h target/mips: Extract FPU helpers to 'fpu_helper.h' 2021-01-14 17:13:53 +01:00
gdbstub.c target/mips: Extract FPU helpers to 'fpu_helper.h' 2021-01-14 17:13:53 +01:00
helper.h target/mips: Extract MSA helper definitions 2021-01-14 17:13:53 +01:00
internal.h target/mips: Move msa_reset() to msa_helper.c 2021-01-14 17:13:53 +01:00
kvm_mips.h
kvm.c target/mips: Introduce ase_msa_available() helper 2021-01-14 17:13:53 +01:00
lmmi_helper.c
machine.c target/mips: Extract FPU helpers to 'fpu_helper.h' 2021-01-14 17:13:53 +01:00
meson.build target/mips: Extract MSA translation routines 2021-01-14 17:13:53 +01:00
mips-defs.h target/mips: Remove now unused ASE_MSA definition 2021-01-14 17:13:53 +01:00
mips-semi.c
msa_helper.c target/mips: Extract MSA helpers from op_helper.c 2021-01-14 17:13:53 +01:00
msa_helper.h.inc target/mips: Extract MSA helper definitions 2021-01-14 17:13:53 +01:00
msa_translate.c target/mips: Extract MSA translation routines 2021-01-14 17:13:53 +01:00
op_helper.c target/mips: Extract MSA helpers from op_helper.c 2021-01-14 17:13:53 +01:00
tlb_helper.c target/mips: Move mmu_init() functions to tlb_helper.c 2021-01-14 17:13:53 +01:00
TODO
trace-events
trace.h
translate.c target/mips: Extract MSA translation routines 2021-01-14 17:13:53 +01:00
translate.h target/mips: Declare gen_msa/_branch() in 'translate.h' 2021-01-14 17:13:53 +01:00