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
46
///
GetCpuIDAndInfo
- Execute the specified cpuid and return the 4 values in
48
bool
GetCpuIDAndInfo
(unsigned value, unsigned *rEAX,
X86MCTargetDesc.cpp
43
///
GetCpuIDAndInfo
- Execute the specified cpuid and return the 4 values in the
45
bool X86_MC::
GetCpuIDAndInfo
(unsigned value, unsigned *rEAX,
/external/llvm/lib/Target/X86/
X86Subtarget.cpp
183
if (X86_MC::
GetCpuIDAndInfo
(0, &EAX, text.u+0, text.u+2, text.u+1))
186
X86_MC::
GetCpuIDAndInfo
(0x1, &EAX, &EBX, &ECX, &EDX);
222
X86_MC::
GetCpuIDAndInfo
(0x80000001, &EAX, &EBX, &ECX, &EDX);
Completed in 187 milliseconds