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:
balrog 2007-04-30 02:02:17 +00:00
parent a171fe394a
commit 18c9b56060
9 changed files with 1882 additions and 6 deletions

View file

@ -1213,3 +1213,6 @@ void OPPROTO op_movl_T0_T2(void)
{
T0 = T2;
}
/* iwMMXt support */
#include "op_iwmmxt.c"