mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Implement iwMMXt instruction set for the PXA270 cpu.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2752 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a171fe394a
commit
18c9b56060
9 changed files with 1882 additions and 6 deletions
|
@ -1213,3 +1213,6 @@ void OPPROTO op_movl_T0_T2(void)
|
|||
{
|
||||
T0 = T2;
|
||||
}
|
||||
|
||||
/* iwMMXt support */
|
||||
#include "op_iwmmxt.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue