| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCExpr.cpp | 31 .Case("lo", RISCV::S_LO) in parseSpecifierName() 56 case RISCV::S_LO: in getSpecifierName()
|
| H A D | RISCVMCAsmInfo.h | 41 S_LO = FirstTargetFixupKind, enumerator
|
| H A D | RISCVMCCodeEmitter.cpp | 609 case RISCV::S_LO: in getImmOpValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMCInstLower.cpp | 68 TargetKind = Mips::S_LO; in LowerSymbolOperand() 96 TargetKind = Mips::S_LO; in LowerSymbolOperand() 242 Spec = Mips::S_LO; in lowerLongBranchLUi() 277 Spec = Mips::S_LO; in lowerLongBranchADDiu()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsMCAsmInfo.cpp | 133 case Mips::S_LO: in printImpl() 168 if (E.getSpecifier() == Mips::S_HI || E.getSpecifier() == Mips::S_LO) { in isGpOff()
|
| H A D | MipsMCAsmInfo.h | 67 S_LO, enumerator
|
| H A D | MipsTargetStreamer.cpp | 1277 auto *LoSym = MCSpecifierExpr::create(GP_Disp, Mips::S_LO, MCA.getContext()); in emitDirectiveCpLoad() 1345 Mips::S_LO, MCA.getContext()); in emitDirectiveCpsetup()
|
| H A D | MipsMCCodeEmitter.cpp | 653 case Mips::S_LO: in getExprOpValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCAsmInfo.cpp | 36 {PPC::S_LO, "l"}, 115 case PPC::S_LO: in evaluateAsInt64()
|
| H A D | PPCELFObjectWriter.cpp | 134 case PPC::S_LO: in getRelocType() 190 case PPC::S_LO: in getRelocType() 366 case PPC::S_LO: in getRelocType()
|
| H A D | PPCMCAsmInfo.h | 50 S_LO, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 166 Expr = MCSpecifierExpr::create(Expr, PPC::S_LO, Ctx); in GetSymbolRef()
|
| H A D | PPCAsmPrinter.cpp | 1007 MCSpecifierExpr::create(DeltaExpr, PPC::S_LO, OutContext); in emitInstruction() 1400 MCSpecifierExpr::create(GOTSymbol, PPC::S_LO, OutContext); in emitInstruction() 2127 MCSpecifierExpr::create(TOCDeltaExpr, PPC::S_LO, OutContext); in emitFunctionBodyStart()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1391 case PPC::S_LO: in extractSpecifier() 1830 case PPC::S_LO: in applySpecifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 970 Kind = RISCV::S_LO; in lowerSymbolOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 3074 LoExpr = MCSpecifierExpr::create(SymExpr, Mips::S_LO, getContext()); in loadAndAddSymbolAddress() 3103 MCSpecifierExpr::create(SymExpr, Mips::S_LO, getContext()); in loadAndAddSymbolAddress() 3431 const auto *LoExpr = MCSpecifierExpr::create(LoSym, Mips::S_LO, getContext()); in expandLoadSingleImmToFPR() 3481 const auto *LoExpr = MCSpecifierExpr::create(LoSym, Mips::S_LO, getContext()); in expandLoadDoubleImmToGPR() 3561 const auto *LoExpr = MCSpecifierExpr::create(LoSym, Mips::S_LO, getContext()); in expandLoadDoubleImmToFPR() 3784 MCSpecifierExpr::create(OffExpr, Mips::S_LO, getContext())); in expandMem16Inst() 6370 .Case("lo", Mips::S_LO) in parseRelocExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 871 (VK == RISCV::S_LO || VK == RISCV::S_PCREL_LO || in isSImm12()
|