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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 53 /// GetCpuIDAndInfo - Execute the specified cpuid and return the 4 values in
55 bool GetCpuIDAndInfo(unsigned value, unsigned *rEAX,
X86MCTargetDesc.cpp 56 /// GetCpuIDAndInfo - Execute the specified cpuid and return the 4 values in the
58 bool X86_MC::GetCpuIDAndInfo(unsigned value, unsigned *rEAX,
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 182 if (X86_MC::GetCpuIDAndInfo(0, &MaxLevel, text.u+0, text.u+2, text.u+1) ||
186 X86_MC::GetCpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX);
274 X86_MC::GetCpuIDAndInfo(0x80000000, &MaxExtLevel, &EBX, &ECX, &EDX);
277 X86_MC::GetCpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);

Completed in 2635 milliseconds