Home | History | Annotate | Download | only in priv

Lines Matching defs:edx

2546    we don't support them.  See #291568.  3dnow is 80000001.EDX.31
2547 and 3dnowext is 80000001.EDX.30.
3400 UInt eax, edx;
3401 __asm__ __volatile__("rdtsc" : "=a" (eax), "=d" (edx));
3402 return (((ULong)edx) << 32) | ((ULong)eax);
3418 UInt eax, ecx, edx;
3419 __asm__ __volatile__("rdtscp" : "=a" (eax), "=d" (edx), "=c" (ecx));
3422 st->guest_RDX = (ULong)edx;
3819 themselves or from the supplied edx/eax values. */