mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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
|
@ -32,6 +32,8 @@ register uint32_t T2 asm(AREG3);
|
|||
#define FT0d env->vfp.tmp0d
|
||||
#define FT1d env->vfp.tmp1d
|
||||
|
||||
#define M0 env->iwmmxt.val
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue