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
73
bool
UseOddSPReg
;
214
bool
useOddSPReg
() const { return
UseOddSPReg
; }
MipsSubtarget.cpp
110
IsFPXX(false), IsFP64bit(false),
UseOddSPReg
(true), IsNaN2008bit(false),
155
if (!isABI_O32() && !
useOddSPReg
())
Completed in 38 milliseconds