Searched refs:ABIFlagsSection (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 58 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { in operator <<() argument 60 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<() 61 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<() 62 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<() 63 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<() 64 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<() 65 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<() 66 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<() 67 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<() 68 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<() [all …]
|
D | MipsTargetStreamer.cpp | 145 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) in emitDirectiveModuleOddSPReg() 699 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); in emitDirectiveModuleFP() 703 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; in emitDirectiveModuleFP() 711 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp() 717 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; in emitDirectiveModuleOddSPReg() 1287 OS << ABIFlagsSection; in emitMipsAbiFlags()
|
D | MipsABIFlagsSection.h | 204 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 54 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { in operator <<() argument 56 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<() 57 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<() 58 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<() 59 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<() 60 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<() 61 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<() 62 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<() 63 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<() 64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<() [all …]
|
D | MipsTargetStreamer.cpp | 115 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) in emitDirectiveModuleOddSPReg() 623 OS << ABIFlagsSection.getFpABIString(ABIFlagsSection.getFpABI()) << "\n"; in emitDirectiveModuleFP() 631 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp() 637 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; in emitDirectiveModuleOddSPReg() 1165 OS << ABIFlagsSection; in emitMipsAbiFlags()
|
D | MipsABIFlagsSection.h | 197 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 58 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { in operator <<() argument 60 OS.emitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<() 61 OS.emitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<() 62 OS.emitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<() 63 OS.emitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<() 64 OS.emitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<() 65 OS.emitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<() 66 OS.emitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<() 67 OS.emitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<() 68 OS.emitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<() [all …]
|
D | MipsTargetStreamer.cpp | 148 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) in emitDirectiveModuleOddSPReg() 718 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); in emitDirectiveModuleFP() 722 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; in emitDirectiveModuleFP() 730 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp() 736 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; in emitDirectiveModuleOddSPReg() 1317 OS << ABIFlagsSection; in emitMipsAbiFlags()
|
D | MipsABIFlagsSection.h | 204 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 160 ABIFlagsSection.setAllFromPredicates(P); in updateABIInfo() 163 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection() 171 MipsABIFlagsSection ABIFlagsSection; variable
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 174 ABIFlagsSection.setAllFromPredicates(P); in updateABIInfo() 177 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection() 185 MipsABIFlagsSection ABIFlagsSection; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 173 ABIFlagsSection.setAllFromPredicates(P); in updateABIInfo() 176 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection() 184 MipsABIFlagsSection ABIFlagsSection; variable
|