target-i386: Define MMXReg._d field

Add a new field and reorder MMXReg fields, to make MMXReg and
ZMMReg field lists look the same (except for the array sizes).

Backports commit 9253e1a7923e94598419ac9a7df7b8bc6cba65a5 from qemu
This commit is contained in:
Eduardo Habkost 2018-02-18 23:54:06 -05:00 committed by Lioncash
parent 566acb7188
commit 831fdde7fa
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -735,8 +735,9 @@ typedef union {
uint8_t _b[8];
uint16_t _w[4];
uint32_t _l[2];
float32 _s[2];
uint64_t _q[1];
float32 _s[2];
float64 _d[1];
} MMXReg;
typedef struct BNDReg {