mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Sparc64 update: more VIS ops
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2714 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3d834c78b2
commit
e9ebed4d41
3 changed files with 884 additions and 36 deletions
|
@ -225,6 +225,9 @@ typedef struct CPUSPARCState {
|
|||
uint64_t fprs;
|
||||
uint64_t tick_cmpr, stick_cmpr;
|
||||
uint64_t gsr;
|
||||
uint32_t gl; // UA2005
|
||||
/* UA 2005 hyperprivileged registers */
|
||||
uint64_t hpstate, htstate[MAXTL], hintp, htba, hver, hstick_cmpr, ssr;
|
||||
#endif
|
||||
#if !defined(TARGET_SPARC64) && !defined(reg_T2)
|
||||
target_ulong t2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue