mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
54ccff5102
commit
80e64a380f
3 changed files with 2266 additions and 2249 deletions
|
@ -8,6 +8,7 @@ mips_ss.add(when: 'CONFIG_TCG', if_true: files(
|
|||
'fpu_helper.c',
|
||||
'lmmi_helper.c',
|
||||
'msa_helper.c',
|
||||
'msa_translate.c',
|
||||
'op_helper.c',
|
||||
'tlb_helper.c',
|
||||
'translate.c',
|
||||
|
|
2265
target/mips/msa_translate.c
Normal file
2265
target/mips/msa_translate.c
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue