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 ISAExtension(Mips::AFL_EXT_NONE), ASESet(0), OddSPReg(false), in MipsABIFlagsSection()
70 if (OddSPReg) in getFlags1Value()
193 OddSPReg = P.useOddSPReg(); in setAllFromPredicates()
DMipsABIFlagsSection.cpp26 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64 in getFpABIValue()
DMipsTargetStreamer.cpp115 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) in emitDirectiveModuleOddSPReg()
637 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; in emitDirectiveModuleOddSPReg()