HomeSort by relevance Sort by last modified time
    Searched refs:subleaf (Results 1 - 2 of 2) sorted by null

  /external/valgrind/VEX/useful/
cpuid.c 29 UInt subleaf = 0; local
31 if (i == 4) subleaf = 10;
32 if (i == 7) subleaf = 10;
33 if (i == 0xB) subleaf = 10;
34 if (i == 0xD) subleaf = 10;
36 if (subleaf > 0) printf("\n");
40 for (ecx_in = 1; ecx_in < subleaf; ecx_in++) {
44 if (subleaf > 0) printf("\n");
  /external/llvm/lib/Support/
Host.cpp 120 /// GetX86CpuIDAndInfoEx - Execute the specified cpuid with subleaf and return the
123 static bool GetX86CpuIDAndInfoEx(unsigned value, unsigned subleaf,
137 "c" (subleaf));
141 __cpuidex(registers, value, subleaf);
160 "c" (subleaf));
165 mov ecx,subleaf

Completed in 170 milliseconds