mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target-alpha: switch a few helpers to TCG
Switch a few helpers to TCG and implement RC and RS instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5247 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b3249f630e
commit
6ad025921c
6 changed files with 41 additions and 67 deletions
|
@ -269,6 +269,7 @@ struct CPUAlphaState {
|
|||
uint64_t ps;
|
||||
uint64_t unique;
|
||||
int saved_mode; /* Used for HW_LD / HW_ST */
|
||||
int intr_flag; /* For RC and RS */
|
||||
|
||||
#if TARGET_LONG_BITS > HOST_LONG_BITS
|
||||
/* temporary fixed-point registers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue