Searched defs:user32_fxsr_struct (Results 1 – 2 of 2) sorted by relevance
20 struct user32_fxsr_struct { struct21 unsigned short cwd;22 unsigned short swd;23 unsigned short twd; /* not compatible to 64bit twd */24 unsigned short fop;25 int fip;26 int fcs;27 int foo;28 int fos;29 int mxcsr;[all …]
18 # define user32_fxsr_struct user_fxsr_struct macro