Searched refs:GetX86CpuIDAndInfoEx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DHost.cpp98 /// GetX86CpuIDAndInfoEx - Execute the specified cpuid with subleaf and return the
101 bool GetX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, unsigned *rEAX, function
219 !GetX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX) &&

Completed in 97 milliseconds