Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h100 bool OddSPReg; member
112 ASESet(0), OddSPReg(false), Is32BitABI(false), FpABI(FpABIKind::ANY) {} in MipsABIFlagsSection()
127 if (OddSPReg) in getFlags1Value()
DMipsABIFlagsSection.cpp24 return OddSPReg ? Val_GNU_MIPS_ABI_FP_64 : Val_GNU_MIPS_ABI_FP_64A; in getFpABIValue()
DMipsTargetStreamer.cpp653 ABIFlagsSection.OddSPReg = Enabled; in emitDirectiveModuleOddSPReg()