HomeSort by relevance Sort by last modified time
    Searched refs:OddSPReg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 100 bool OddSPReg;
112 ASESet(0), OddSPReg(false), Is32BitABI(false), FpABI(FpABIKind::ANY) {}
127 if (OddSPReg)
239 OddSPReg = P.useOddSPReg();
MipsABIFlagsSection.cpp 24 return OddSPReg ? Val_GNU_MIPS_ABI_FP_64 : Val_GNU_MIPS_ABI_FP_64A;
MipsTargetStreamer.cpp 379 OS << "\t.module\t" << (Enabled ? "" : "no") << "oddspreg\n";
802 ABIFlagsSection.OddSPReg = Enabled;

Completed in 77 milliseconds