OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseOddSPReg
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
76
bool
UseOddSPReg
;
222
bool
useOddSPReg
() const { return
UseOddSPReg
; }
223
bool noOddSPReg() const { return !
UseOddSPReg
; }
MipsSubtarget.cpp
67
NoABICalls(false), IsFP64bit(false),
UseOddSPReg
(true),
102
if (!isABI_O32() && !
useOddSPReg
())
Completed in 317 milliseconds