Searched defs:_fpstate_ia32 (Results 1 – 3 of 3) sorted by relevance
26 struct _fpstate_ia32 { struct28 __u32 cw;29 __u32 sw;30 __u32 tag; /* not compatible to 64bit twd */31 __u32 ipoff;32 __u32 cssel;33 __u32 dataoff;34 __u32 datasel;35 struct _fpreg _st[8];36 unsigned short status;[all …]
12 #define _fpstate_ia32 _fpstate macro
27 # define _fpstate_ia32 _fpstate macro