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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 57 /// GetCpuIDAndInfoEx - Execute the specified cpuid with subleaf and return
60 bool GetCpuIDAndInfoEx(unsigned value, unsigned subleaf, unsigned *rEAX,
X86MCTargetDesc.cpp 116 /// GetCpuIDAndInfoEx - Execute the specified cpuid with subleaf and return the
119 bool X86_MC::GetCpuIDAndInfoEx(unsigned value, unsigned subleaf, unsigned *rEAX,
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 304 if (!X86_MC::GetCpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX)) {

Completed in 1575 milliseconds