Home | History | Annotate | Download | only in x86

Lines Matching refs:st0

15 typedef  struct { Double arg; Double st0; Double st1; UShort fpusw; }  Res;
28 assert(my_offsetof(Res,st0) == 8);
39 "fstpl 8(%0)" "\n\t" // .st0
50 assert(my_offsetof(Res,st0) == 8);
61 "fstpl 8(%0)" "\n\t" // .st0
72 assert(my_offsetof(Res,st0) == 8);
83 "fstpl 8(%0)" "\n\t" // .st0
94 assert(my_offsetof(Res,st0) == 8);
105 "fstpl 8(%0)" "\n\t" // .st0
121 name, r.arg, r.st0, r.st1, (UInt)r.fpusw);