OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OddSPReg
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
100
bool
OddSPReg
;
112
ASESet(0),
OddSPReg
(false), Is32BitABI(false), FpABI(FpABIKind::ANY) {}
127
if (
OddSPReg
)
MipsABIFlagsSection.cpp
24
return
OddSPReg
? Val_GNU_MIPS_ABI_FP_64 : Val_GNU_MIPS_ABI_FP_64A;
MipsTargetStreamer.cpp
243
OS << "\t.module\t" << (Enabled ? "" : "no") << "
oddspreg
\n";
653
ABIFlagsSection.
OddSPReg
= Enabled;
Completed in 1507 milliseconds