Home | History | Annotate | Download | only in x64

Lines Matching defs:edx

33   unsigned eax, edx;
38 __asm__ volatile(".byte 0x0f, 0x01, 0xd0" : "=a"(eax), "=d"(edx) : "c"(xcr));
39 return static_cast<uint64_t>(eax) | (static_cast<uint64_t>(edx) << 32);