target/mips: Move Special opcodes to tcg/sysemu/special_helper.c
Move the Special opcodes helpers to tcg/sysemu/special_helper.c. Since mips_io_recompile_replay_branch() is set as CPUClass::io_recompile_replay_branch handler in cpu.c, we need to declare its prototype in "tcg-internal.h". Reviewed-by:Richard Henderson <richard.henderson@linaro.org> Signed-off-by:
Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-24-f4bug@amsat.org>
Showing
- target/mips/cpu.c 0 additions, 17 deletionstarget/mips/cpu.c
- target/mips/helper.h 0 additions, 5 deletionstarget/mips/helper.h
- target/mips/op_helper.c 0 additions, 100 deletionstarget/mips/op_helper.c
- target/mips/tcg/sysemu/meson.build 1 addition, 0 deletionstarget/mips/tcg/sysemu/meson.build
- target/mips/tcg/sysemu/special_helper.c 140 additions, 0 deletionstarget/mips/tcg/sysemu/special_helper.c
- target/mips/tcg/sysemu_helper.h.inc 7 additions, 0 deletionstarget/mips/tcg/sysemu_helper.h.inc
- target/mips/tcg/tcg-internal.h 3 additions, 0 deletionstarget/mips/tcg/tcg-internal.h
target/mips/tcg/sysemu/special_helper.c
0 → 100644
Please register or sign in to comment