summaryrefslogtreecommitdiffstats
path: root/target-alpha/op_helper.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-18 00:02:17 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-18 00:02:17 +0000
commit6ad025921c4d6e63e7065ba084ffe6ddf709c4de (patch)
tree07653d52b627662aac5f68a045b4d9004cef8871 /target-alpha/op_helper.h
parentb3249f630e95f3235da438ee1a6cd1b867084e9c (diff)
downloadhqemu-6ad025921c4d6e63e7065ba084ffe6ddf709c4de.zip
hqemu-6ad025921c4d6e63e7065ba084ffe6ddf709c4de.tar.gz
target-alpha: switch a few helpers to TCG
Switch a few helpers to TCG and implement RC and RS instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5247 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/op_helper.h')
-rw-r--r--target-alpha/op_helper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/target-alpha/op_helper.h b/target-alpha/op_helper.h
index 86c9d21..9c1eb47 100644
--- a/target-alpha/op_helper.h
+++ b/target-alpha/op_helper.h
@@ -19,14 +19,8 @@
*/
void helper_call_pal (uint32_t palcode);
-void helper_excp (uint32_t excp, uint32_t error);
-void helper_load_pcc (void);
-void helper_load_implver (void);
void helper_load_fpcr (void);
void helper_store_fpcr (void);
-void helper_load_irf (void);
-void helper_set_irf (void);
-void helper_clear_irf (void);
void helper_addqv (void);
void helper_addlv (void);
void helper_subqv (void);
OpenPOWER on IntegriCloud