OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCpuIDAndInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h
54
///
GetCpuIDAndInfo
- Execute the specified cpuid and return the 4 values in
56
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
201
if (X86_MC::
GetCpuIDAndInfo
(0, &MaxLevel, text.u+0, text.u+2, text.u+1) ||
205
X86_MC::
GetCpuIDAndInfo
(0x1, &EAX, &EBX, &ECX, &EDX);
295
X86_MC::
GetCpuIDAndInfo
(0x80000000, &MaxExtLevel, &EBX, &ECX, &EDX);
298
X86_MC::
GetCpuIDAndInfo
(0x80000001, &EAX, &EBX, &ECX, &EDX);
Completed in 64 milliseconds