Home
last modified time | relevance | path

Searched hist:"80 e64a380feb891700cbb21e4966c898dd9c5af9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/mips/
H A Dmeson.builddiff 80e64a380feb891700cbb21e4966c898dd9c5af9 Sun Nov 15 22:13:37 CST 2020 Philippe Mathieu-Daudé <f4bug@amsat.org> 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>