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). Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
19cbd87c14
commit
9253e1a792
|
@ -738,8 +738,9 @@ typedef union {
|
||||||
uint8_t _b[8];
|
uint8_t _b[8];
|
||||||
uint16_t _w[4];
|
uint16_t _w[4];
|
||||||
uint32_t _l[2];
|
uint32_t _l[2];
|
||||||
float32 _s[2];
|
|
||||||
uint64_t _q[1];
|
uint64_t _q[1];
|
||||||
|
float32 _s[2];
|
||||||
|
float64 _d[1];
|
||||||
} MMXReg;
|
} MMXReg;
|
||||||
|
|
||||||
typedef struct BNDReg {
|
typedef struct BNDReg {
|
||||||
|
|
Loading…
Reference in New Issue