HomeSort by: relevance | last modified time | path
    Searched refs:ABIFlagsSection (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp 58 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) {
60 OS.emitIntValue(ABIFlagsSection.getVersionValue(), 2); // version
61 OS.emitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
62 OS.emitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
63 OS.emitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
64 OS.emitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
65 OS.emitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
66 OS.emitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
67 OS.emitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext
68 OS.emitIntValue(ABIFlagsSection.getASESetValue(), 4); // ase
    [all...]
MipsTargetStreamer.cpp 148 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI)
718 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI();
722 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n";
730 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
736 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n";
1317 OS << ABIFlagsSection;
MipsABIFlagsSection.h 204 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetStreamer.h 176 ABIFlagsSection.setAllFromPredicates(P);
179 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
187 MipsABIFlagsSection ABIFlagsSection;

Completed in 17 milliseconds