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.cpp
73
Has64BitSupport
= false;
114
Has64BitSupport
= true;
128
if (use64BitRegs() && !
has64BitSupport
())
PPCSubtarget.h
74
bool
Has64BitSupport
;
152
///
has64BitSupport
- Return true if the selected CPU supports 64-bit
154
bool
has64BitSupport
() const { return
Has64BitSupport
; }
158
///
has64BitSupport
() returns true.
Completed in 68 milliseconds