mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Rename spe_status to vec_status
Only one of Altivec and SPE will be available on a given chip. Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6506 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0f6fbcbccd
commit
fbd265b681
2 changed files with 59 additions and 57 deletions
|
@ -611,8 +611,10 @@ struct CPUPPCState {
|
|||
uint32_t vscr;
|
||||
/* SPE registers */
|
||||
uint64_t spe_acc;
|
||||
float_status spe_status;
|
||||
uint32_t spe_fscr;
|
||||
/* SPE and Altivec can share a status since they will never be used
|
||||
* simultaneously */
|
||||
float_status vec_status;
|
||||
|
||||
/* Internal devices resources */
|
||||
/* Time base and decrementer */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue