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.cpp
72
,
Use64BitRegs
(false)
100
Use64BitRegs
= true;
105
if (
use64BitRegs
() && !has64BitSupport())
106
Use64BitRegs
= false;
PPCSubtarget.h
64
bool
Use64BitRegs
;
120
///
use64BitRegs
- Return true if in 64-bit mode or if we should use 64-bit
123
bool
use64BitRegs
() const { return
Use64BitRegs
; }
Completed in 96 milliseconds