mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
ARM TCG conversion 10/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4147 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b010980544
commit
4373f3ceeb
9 changed files with 676 additions and 683 deletions
|
@ -168,9 +168,6 @@ typedef struct CPUARMState {
|
|||
int vec_len;
|
||||
int vec_stride;
|
||||
|
||||
/* Temporary variables if we don't have spare fp regs. */
|
||||
float32 tmp0s, tmp1s;
|
||||
float64 tmp0d, tmp1d;
|
||||
/* scratch space when Tn are not sufficient. */
|
||||
uint32_t scratch[8];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue