Home
last modified time | relevance | path

Searched refs:OddSPReg (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h43 bool OddSPReg = false; member
67 if (OddSPReg) in getFlags1Value()
199 OddSPReg = P.useOddSPReg(); in setAllFromPredicates()
DMipsABIFlagsSection.cpp30 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64 in getFpABIValue()
DMipsTargetStreamer.cpp125 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) in emitDirectiveModuleOddSPReg()
714 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; in emitDirectiveModuleOddSPReg()