HomeSort by: relevance | last modified time | path
    Searched defs:cpuid_edx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1076 unsigned cpuid_max = 0, cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx; local
1153 x86_cpuid (1, &cpuid_eax, &cpuid_ebx, NULL, &cpuid_edx);
1159 "=d" (cpuid_edx)
1251 if (((cpuid_edx & (6 | (0x0d << 23))) != 0)
1252 || ((cpuid_edx & 1) == 0)
1253 || ((amd_p || hygon_p) && (cpuid_edx & (3 << 30)) != 0))
1258 if ((cpuid_edx & 1) == 0)
1260 if ((cpuid_edx & (1 << 1)) != 0)
1262 if ((cpuid_edx & (1 << 2)) != 0)
1264 if ((cpuid_edx & (1 << 4)) != 0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 1076 unsigned cpuid_max = 0, cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx; local
1153 x86_cpuid (1, &cpuid_eax, &cpuid_ebx, NULL, &cpuid_edx);
1159 "=d" (cpuid_edx)
1251 if (((cpuid_edx & (6 | (0x0d << 23))) != 0)
1252 || ((cpuid_edx & 1) == 0)
1253 || ((amd_p || hygon_p) && (cpuid_edx & (3 << 30)) != 0))
1258 if ((cpuid_edx & 1) == 0)
1260 if ((cpuid_edx & (1 << 1)) != 0)
1262 if ((cpuid_edx & (1 << 2)) != 0)
1264 if ((cpuid_edx & (1 << 4)) != 0
    [all...]

Completed in 62 milliseconds