aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg/sysemu_helper.h.inc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-04-13 20:19:52 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-05-02 16:49:35 +0200
commitd60146a9389db771fa4061d9376ba3e208ff2cdb (patch)
treec4e6a8bbd44831b0d4ae9f0b748804084639f4e3 /target/mips/tcg/sysemu_helper.h.inc
parentf3185ec2f35e43c06384f5ac5edc4edfbfd11623 (diff)
downloadqemu-d60146a9389db771fa4061d9376ba3e208ff2cdb.zip
qemu-d60146a9389db771fa4061d9376ba3e208ff2cdb.tar.gz
qemu-d60146a9389db771fa4061d9376ba3e208ff2cdb.tar.bz2
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>
Diffstat (limited to 'target/mips/tcg/sysemu_helper.h.inc')
-rw-r--r--target/mips/tcg/sysemu_helper.h.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/mips/tcg/sysemu_helper.h.inc b/target/mips/tcg/sysemu_helper.h.inc
index d136c41..38e55cb 100644
--- a/target/mips/tcg/sysemu_helper.h.inc
+++ b/target/mips/tcg/sysemu_helper.h.inc
@@ -166,3 +166,10 @@ DEF_HELPER_1(evpe, tl, env)
/* R6 Multi-threading */
DEF_HELPER_1(dvp, tl, env)
DEF_HELPER_1(evp, tl, env)
+
+/* Special */
+DEF_HELPER_1(di, tl, env)
+DEF_HELPER_1(ei, tl, env)
+DEF_HELPER_1(eret, void, env)
+DEF_HELPER_1(eretnc, void, env)
+DEF_HELPER_1(deret, void, env)