OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Use64BitRegs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
66
bool
Use64BitRegs
;
123
///
use64BitRegs
- Return true if in 64-bit mode or if we should use 64-bit
126
bool
use64BitRegs
() const { return
Use64BitRegs
; }
PPCSubtarget.cpp
73
,
Use64BitRegs
(false)
102
Use64BitRegs
= true;
107
if (
use64BitRegs
() && !has64BitSupport())
108
Use64BitRegs
= false;
Completed in 25 milliseconds