mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Switch the standard multiplication instructions to TCG.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4740 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2b0233abfb
commit
214c465f86
5 changed files with 166 additions and 94 deletions
|
@ -11,6 +11,8 @@ DEF_HELPER(void, do_clz, (void))
|
|||
#ifdef TARGET_MIPS64
|
||||
DEF_HELPER(void, do_dclo, (void))
|
||||
DEF_HELPER(void, do_dclz, (void))
|
||||
DEF_HELPER(void, do_dmult, (void))
|
||||
DEF_HELPER(void, do_dmultu, (void))
|
||||
#endif
|
||||
|
||||
/* CP0 helpers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue