OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
; }
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
425
if (!isABI_O32() && !
useOddSPReg
() != 0)
461
bool
useOddSPReg
() const {
866
if (!AsmParser.
useOddSPReg
() && RegIdx.Index & 1)
[
all
...]
Completed in 255 milliseconds