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
42
bool
OddSPReg
;
54
ISAExtensionSet(0), ASESet(0),
OddSPReg
(false), Is32BitABI(false),
70
if (
OddSPReg
)
184
OddSPReg
= P.useOddSPReg();
MipsABIFlagsSection.cpp
26
return
OddSPReg
? Mips::Val_GNU_MIPS_ABI_FP_64
MipsTargetStreamer.cpp
105
if (!ABIFlagsSection.
OddSPReg
&& !ABIFlagsSection.Is32BitABI)
414
OS << "\t.module\t" << (ABIFlagsSection.
OddSPReg
? "" : "no") << "
oddspreg
\n";
Completed in 40 milliseconds