diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-30 13:55:14 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-30 13:55:14 +0000 |
commit | 6f06939b6877bdfcac7d466e876022889d2fe59c (patch) | |
tree | b7526ba5e06560ec8b2147e392b795c52d30a7cf /target-sh4/exec.h | |
parent | 79383c9c082e5d56618968237dad806d0eb615f3 (diff) |
SH4: convert some more arithmetics ops to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5116 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4/exec.h')
-rw-r--r-- | target-sh4/exec.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h index 544dc0f1b1..3135874628 100644 --- a/target-sh4/exec.h +++ b/target-sh4/exec.h @@ -71,23 +71,12 @@ int find_itlb_entry(CPUState * env, target_ulong address, int use_asid, int update); int find_utlb_entry(CPUState * env, target_ulong address, int use_asid); -void helper_addc_T0_T1(void); -void helper_addv_T0_T1(void); void helper_div1_T0_T1(void); -void helper_dmulsl_T0_T1(void); -void helper_dmulul_T0_T1(void); -void helper_macl_T0_T1(void); -void helper_macw_T0_T1(void); -void helper_negc_T0(void); -void helper_subc_T0_T1(void); -void helper_subv_T0_T1(void); void helper_rotcl(uint32_t * addr); void helper_rotcr(uint32_t * addr); -void helper_ldtlb(void); void do_interrupt(CPUState * env); void cpu_loop_exit(void); -void do_raise_exception(void); #endif /* _EXEC_SH4_H */ |