Home | History | Annotate | Download | only in amd64

Lines Matching defs:w64

193    ULong w64;
199 : /*OUT*/"=r"(w64) : /*IN*/ : "memory","cc"
201 if (0) printf("get %08x\n", (UInt)w64);
202 return (UInt)w64;
209 ULong w64 = (ULong)w32;
215 : /*OUT*/ : /*IN*/"r"(w64) : "memory",/*"mxcsr",*/"cc"