mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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
This commit is contained in:
parent
79383c9c08
commit
6f06939b68
5 changed files with 86 additions and 193 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue