OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCpuIDAndInfoEx
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h
58
///
GetCpuIDAndInfoEx
- Execute the specified cpuid with subleaf and return
61
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
329
if (!X86_MC::
GetCpuIDAndInfoEx
(0x7, 0x0, &EAX, &EBX, &ECX, &EDX)) {
Completed in 37 milliseconds