OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Has64BitSupport
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
83
bool
Has64BitSupport
;
191
///
has64BitSupport
- Return true if the selected CPU supports 64-bit
193
bool
has64BitSupport
() const { return
Has64BitSupport
; }
199
///
has64BitSupport
() returns true.
PPCSubtarget.cpp
62
Has64BitSupport
= false;
127
if (IsPPC64 &&
has64BitSupport
())
Completed in 37 milliseconds