target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder
commitad520a978447bca03374b71e90d948826e669603
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 13 Apr 2021 09:51:53 +0000 (13 11:51 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:35 +0000 (2 16:49 +0200)
tree611461321ed03de6799a07e4f6a96e31a8d5c0a3
parent8b28cde403468c2f8feff4d97a9c2b98ea3d8adb
target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder

Move cp0_helper.c and mips-semi.c to the new tcg/sysemu/ folder,
adapting the Meson machinery.

Move the opcode definitions to tcg/sysemu_helper.h.inc.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-20-f4bug@amsat.org>
target/mips/helper.h
target/mips/meson.build
target/mips/tcg/meson.build
target/mips/tcg/sysemu/cp0_helper.c [moved from target/mips/cp0_helper.c with 100% similarity]
target/mips/tcg/sysemu/meson.build [new file with mode: 0644]
target/mips/tcg/sysemu/mips-semi.c [moved from target/mips/mips-semi.c with 100% similarity]
target/mips/tcg/sysemu_helper.h.inc [new file with mode: 0644]