mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Code provision for new PowerPC embedded target support with:
- 1 kB page size - 64 bits GPR - 64 bits physical address space - SPE extension support. Change TARGET_PPCSPE into TARGET_PPCEMB git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2718 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c294fc587a
commit
35cdaad645
8 changed files with 26 additions and 21 deletions
|
@ -43,7 +43,7 @@ register unsigned long T1 asm(AREG2);
|
|||
register unsigned long T2 asm(AREG3);
|
||||
#endif
|
||||
/* We may, sometime, need 64 bits registers on 32 bits target */
|
||||
#if defined(TARGET_PPC64) || defined(TARGET_PPCSPE) || (HOST_LONG_BITS == 64)
|
||||
#if defined(TARGET_PPC64) || defined(TARGET_PPCEMB) || (HOST_LONG_BITS == 64)
|
||||
#define T0_64 T0
|
||||
#define T1_64 T1
|
||||
#define T2_64 T2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue