Searched defs:fpchip32_state (Results 1 – 1 of 1) sorted by relevance
153 struct fpchip32_state { struct154 uint32_t state[27]; /* 287/387 saved state */155 uint32_t status; /* saved at exception */156 uint32_t mxcsr; /* SSE control and status */157 uint32_t xstatus; /* SSE mxcsr at exception */158 uint32_t __pad[2]; /* align to 128-bits */159 uint32_t xmm[8][4]; /* %xmm0-%xmm7 */