Lines Matching defs:edx
37 uint32_t eax, ebx, ecx, edx;
43 if (__get_cpuid(0x00000000, &level, &ebx, &ecx, &edx) == 0)
47 if (__get_cpuid(0x00000001, &eax, &ebx, &ecx, &edx) == 0)
50 if (edx & (1<<15))
53 if (edx & (1<<23))
56 if (edx & (1<<25))
59 if (edx & (1<<26))
76 if (__get_cpuid(0x80000000, &level, &ebx, &ecx, &edx) == 0)
80 if (__get_cpuid(0x80000001, &eax, &ebx, &ecx, &edx) == 0)
83 if (edx & (1<<22))
86 if (edx & (1<<23))
89 if (edx & (1<<30))
92 if (edx & (1<<31))