mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-12 13:43:20 +00:00
R5k has PX implemented.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2963 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
71db710f7e
commit
70cf0b63f1
@ -161,7 +161,7 @@ static mips_def_t mips_defs[] =
|
|||||||
.CP0_Config3 = MIPS_CONFIG3,
|
.CP0_Config3 = MIPS_CONFIG3,
|
||||||
.SYNCI_Step = 32,
|
.SYNCI_Step = 32,
|
||||||
.CCRes = 2,
|
.CCRes = 2,
|
||||||
.Status_rw_bitmask = 0x3278FFFF,
|
.Status_rw_bitmask = 0x32F8FFFF,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "5Kf",
|
.name = "5Kf",
|
||||||
@ -175,7 +175,7 @@ static mips_def_t mips_defs[] =
|
|||||||
.CP0_Config3 = MIPS_CONFIG3,
|
.CP0_Config3 = MIPS_CONFIG3,
|
||||||
.SYNCI_Step = 32,
|
.SYNCI_Step = 32,
|
||||||
.CCRes = 2,
|
.CCRes = 2,
|
||||||
.Status_rw_bitmask = 0x3678FFFF,
|
.Status_rw_bitmask = 0x36F8FFFF,
|
||||||
/* The 5Kf has F64 / L / W but doesn't use the fcr0 bits. */
|
/* The 5Kf has F64 / L / W but doesn't use the fcr0 bits. */
|
||||||
.CP1_fcr0 = (1 << FCR0_D) | (1 << FCR0_S) |
|
.CP1_fcr0 = (1 << FCR0_D) | (1 << FCR0_S) |
|
||||||
(0x81 << FCR0_PRID) | (0x0 << FCR0_REV),
|
(0x81 << FCR0_PRID) | (0x0 << FCR0_REV),
|
||||||
|
Loading…
Reference in New Issue
Block a user