commit | ad520a978447bca03374b71e90d948826e669603 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Tue Apr 13 11:51:53 2021 +0200 |
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | Sun May 02 16:49:35 2021 +0200 |
tree | 611461321ed03de6799a07e4f6a96e31a8d5c0a3 | |
parent | 8b28cde403468c2f8feff4d97a9c2b98ea3d8adb [diff] |
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>