Home | History | Annotate | Download | only in x86

Lines Matching refs:fpusw

15 typedef  struct { Double arg; Double st0; Double st1; UShort fpusw; }  Res;
30 assert(my_offsetof(Res,fpusw) == 24);
41 "movw %%ax, 24(%0)" "\n\t" // .fpusw
52 assert(my_offsetof(Res,fpusw) == 24);
63 "movw %%ax, 24(%0)" "\n\t" // .fpusw
74 assert(my_offsetof(Res,fpusw) == 24);
85 "movw %%ax, 24(%0)" "\n\t" // .fpusw
96 assert(my_offsetof(Res,fpusw) == 24);
107 "movw %%ax, 24(%0)" "\n\t" // .fpusw
119 r.fpusw &= (1 << SHIFT_C2);
121 name, r.arg, r.st0, r.st1, (UInt)r.fpusw);