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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 42 bool OddSPReg;
54 ISAExtension(Mips::AFL_EXT_NONE), ASESet(0), OddSPReg(false),
70 if (OddSPReg)
193 OddSPReg = P.useOddSPReg();
MipsABIFlagsSection.cpp 26 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64
MipsTargetStreamer.cpp 115 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI)
637 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 43 bool OddSPReg = false;
67 if (OddSPReg)
199 OddSPReg = P.useOddSPReg();
MipsABIFlagsSection.cpp 30 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64
MipsTargetStreamer.cpp 125 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI)
714 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n";
    [all...]

Completed in 2240 milliseconds