Home
last modified time | relevance | path

Searched refs:OddSPReg (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h42 bool OddSPReg; member
54 ISAExtensionSet(0), ASESet(0), OddSPReg(false), Is32BitABI(false), in MipsABIFlagsSection()
70 if (OddSPReg) in getFlags1Value()
184 OddSPReg = P.useOddSPReg(); in setAllFromPredicates()
DMipsABIFlagsSection.cpp26 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64 in getFpABIValue()
DMipsTargetStreamer.cpp105 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) in emitDirectiveModuleOddSPReg()
414 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; in emitDirectiveModuleOddSPReg()