OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasX86_64
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.cpp
300
HasX86_64
= true;
419
HasX86_64
= true; ToggleFeature(X86::Feature64Bit);
446
<< ", 64bit " <<
HasX86_64
<< "\n");
447
assert((!In64BitMode ||
HasX86_64
) &&
463
HasX86_64
= false;
X86Subtarget.h
75
///
HasX86_64
- True if the processor supports X86-64 instructions.
77
bool
HasX86_64
;
Completed in 52 milliseconds