mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-23 04:35:03 -07:00
64bit MIPS FPUs have 32 registers.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2610 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fb82fea064
commit
f7cfb2a176
1 changed files with 1 additions and 2 deletions
|
|
@ -62,9 +62,8 @@ struct CPUMIPSState {
|
|||
target_ulong t2;
|
||||
#endif
|
||||
target_ulong HI, LO;
|
||||
uint32_t DCR; /* ? */
|
||||
/* Floating point registers */
|
||||
fpr_t fpr[16];
|
||||
fpr_t fpr[32];
|
||||
#define FPR(cpu, n) ((fpr_t*)&(cpu)->fpr[(n) / 2])
|
||||
#define FPR_FD(cpu, n) (FPR(cpu, n)->fd)
|
||||
#define FPR_FS(cpu, n) (FPR(cpu, n)->fs[((n) & 1) ^ FP_ENDIAN_IDX])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue