mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Support for VR5432, and some of its special instructions. Original patch
by Dirk Behme. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3859 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
29fe0e3490
commit
e9c71dd1c1
6 changed files with 405 additions and 7 deletions
|
@ -79,6 +79,20 @@ void do_madd (void);
|
|||
void do_maddu (void);
|
||||
void do_msub (void);
|
||||
void do_msubu (void);
|
||||
void do_muls (void);
|
||||
void do_mulsu (void);
|
||||
void do_macc (void);
|
||||
void do_macchi (void);
|
||||
void do_maccu (void);
|
||||
void do_macchiu (void);
|
||||
void do_msac (void);
|
||||
void do_msachi (void);
|
||||
void do_msacu (void);
|
||||
void do_msachiu (void);
|
||||
void do_mulhi (void);
|
||||
void do_mulhiu (void);
|
||||
void do_mulshi (void);
|
||||
void do_mulshiu (void);
|
||||
#endif
|
||||
#if defined(TARGET_MIPS64)
|
||||
void do_ddiv (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue