diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-16 22:44:02 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-16 22:44:02 +0000 |
commit | ae8ecd423150456e238a9d45f107b97e94957b78 (patch) | |
tree | 2dd1683e07b83d47ed4f2f58e5887f012eb9238f /target-alpha/op_helper.h | |
parent | ac509d88877c07bb06497206d74a2baa25b6d895 (diff) |
target-alpha: convert arith2 instructions to TCG
Replace gen_arith2 generic macro and dyngon ops by instruction specific
optimized TCG code.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5235 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/op_helper.h')
-rw-r--r-- | target-alpha/op_helper.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-alpha/op_helper.h b/target-alpha/op_helper.h index 7e79720bc1..56f34a0f24 100644 --- a/target-alpha/op_helper.h +++ b/target-alpha/op_helper.h @@ -20,7 +20,6 @@ void helper_call_pal (uint32_t palcode); void helper_excp (uint32_t excp, uint32_t error); -void helper_amask (void); void helper_load_pcc (void); void helper_load_implver (void); void helper_load_fpcr (void); @@ -34,9 +33,6 @@ void helper_subqv (void); void helper_sublv (void); void helper_mullv (void); void helper_mulqv (void); -void helper_ctpop (void); -void helper_ctlz (void); -void helper_cttz (void); void helper_mskbl (void); void helper_extbl (void); void helper_insbl (void); |