aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/helper.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-08-19 00:25:52 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-08-19 00:25:52 +0100
commit4c4a29cb681ec0374616e07c69714b909641e929 (patch)
tree1351458f6241f3df7186cb927dcba3db67f81365 /target-alpha/helper.h
parent5452b6f61ae943aff5c13cdd65fb476efff636d3 (diff)
parent6c05d3ded7b51154e67c35e270c48784b7046883 (diff)
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-201508018' into staging
Alpha shadow register optimization # gpg: Signature made Tue 18 Aug 2015 19:09:41 BST using RSA key ID 4DD0279B # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>" # gpg: aka "Richard Henderson <rth@redhat.com>" # gpg: aka "Richard Henderson <rth@twiddle.net>" * remotes/rth/tags/pull-axp-201508018: target-alpha: Inline hw_ret target-alpha: Inline call_pal target-alpha: Use separate TCGv temporaries for the shadow registers Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r--target-alpha/helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h
index d221f0d7d6..42bb247e32 100644
--- a/target-alpha/helper.h
+++ b/target-alpha/helper.h
@@ -91,9 +91,6 @@ DEF_HELPER_FLAGS_2(ieee_input_cmp, TCG_CALL_NO_WG, void, env, i64)
DEF_HELPER_FLAGS_2(ieee_input_s, TCG_CALL_NO_WG, void, env, i64)
#if !defined (CONFIG_USER_ONLY)
-DEF_HELPER_2(hw_ret, void, env, i64)
-DEF_HELPER_3(call_pal, void, env, i64, i64)
-
DEF_HELPER_2(ldl_phys, i64, env, i64)
DEF_HELPER_2(ldq_phys, i64, env, i64)
DEF_HELPER_2(ldl_l_phys, i64, env, i64)