OSDN Git Service

target/mips: Extract MSA translation routines
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 16 Nov 2020 04:13:37 +0000 (05:13 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (17:13 +0100)
commit80e64a380feb891700cbb21e4966c898dd9c5af9
tree15935d56378f23bf776ad2a5078a442e969944c2
parent54ccff51022fcb93d8b3febe18c2bd663ce15ed9
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>
target/mips/meson.build
target/mips/msa_translate.c [new file with mode: 0644]
target/mips/translate.c