mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Switch MIPS clo/clz and the condition tests to TCG.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4507 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
20c4c97c9b
commit
30898801ad
4 changed files with 80 additions and 74 deletions
|
@ -1,3 +1,8 @@
|
|||
void do_raise_exception_err(int excp, int err);
|
||||
void do_raise_exception(int excp);
|
||||
void do_interrupt_restart (void);
|
||||
|
||||
void do_clo (void);
|
||||
void do_clz (void);
|
||||
void do_dclo (void);
|
||||
void do_dclz (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue