Home | History | Annotate | Download | only in priv

Lines Matching defs:edx

2509    UInt  eax, edx;
2510 __asm__ __volatile__("rdtsc" : "=a" (eax), "=d" (edx));
2511 return (((ULong)edx) << 32) | ((ULong)eax);
2824 themselves or from the supplied edx/eax values. */