Lines Matching defs:_vki_fpstate
179 struct _vki_fpstate { struct
180 __vki_u16 cwd;
181 __vki_u16 swd;
182 __vki_u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */
183 __vki_u16 fop;
184 __vki_u64 rip;
185 __vki_u64 rdp;
186 __vki_u32 mxcsr;
187 __vki_u32 mxcsr_mask;
188 __vki_u32 st_space[32]; /* 8*16 bytes for each FP-reg */
189 __vki_u32 xmm_space[64]; /* 16*16 bytes for each XMM-reg */
190 __vki_u32 reserved2[24];