summaryrefslogtreecommitdiff
path: root/target-sh4/helper.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-08-30 22:07:52 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-08-30 22:07:52 +0000
commit390af821662c9d6af90b8914ec3efd0f8b255aef (patch)
tree233a7708564ba4b5e5e514407a75fed63cde1cbf /target-sh4/helper.h
parentfa4da1074c67a81e09d2bb99b406e1676769be89 (diff)
downloadqemu-390af821662c9d6af90b8914ec3efd0f8b255aef.tar.gz
SH4: convert control/status register load/store to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5118 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4/helper.h')
-rw-r--r--target-sh4/helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sh4/helper.h b/target-sh4/helper.h
index ca6496873e..4dca7ceb8c 100644
--- a/target-sh4/helper.h
+++ b/target-sh4/helper.h
@@ -16,3 +16,5 @@ DEF_HELPER(uint32_t, helper_subc, (uint32_t, uint32_t))
DEF_HELPER(uint32_t, helper_negc, (uint32_t))
DEF_HELPER(void, helper_macl, (uint32_t, uint32_t))
DEF_HELPER(void, helper_macw, (uint32_t, uint32_t))
+
+DEF_HELPER(void, helper_ld_fpscr, (uint32_t))