Home
last modified time | relevance | path

Searched refs:S_LO (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp31 .Case("lo", RISCV::S_LO) in parseSpecifierName()
56 case RISCV::S_LO: in getSpecifierName()
H A DRISCVMCAsmInfo.h41 S_LO = FirstTargetFixupKind, enumerator
H A DRISCVMCCodeEmitter.cpp609 case RISCV::S_LO: in getImmOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp68 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 DMipsMCAsmInfo.cpp133 case Mips::S_LO: in printImpl()
168 if (E.getSpecifier() == Mips::S_HI || E.getSpecifier() == Mips::S_LO) { in isGpOff()
H A DMipsMCAsmInfo.h67 S_LO, enumerator
H A DMipsTargetStreamer.cpp1277 auto *LoSym = MCSpecifierExpr::create(GP_Disp, Mips::S_LO, MCA.getContext()); in emitDirectiveCpLoad()
1345 Mips::S_LO, MCA.getContext()); in emitDirectiveCpsetup()
H A DMipsMCCodeEmitter.cpp653 case Mips::S_LO: in getExprOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp36 {PPC::S_LO, "l"},
115 case PPC::S_LO: in evaluateAsInt64()
H A DPPCELFObjectWriter.cpp134 case PPC::S_LO: in getRelocType()
190 case PPC::S_LO: in getRelocType()
366 case PPC::S_LO: in getRelocType()
H A DPPCMCAsmInfo.h50 S_LO, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp166 Expr = MCSpecifierExpr::create(Expr, PPC::S_LO, Ctx); in GetSymbolRef()
H A DPPCAsmPrinter.cpp1007 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 DPPCAsmParser.cpp1391 case PPC::S_LO: in extractSpecifier()
1830 case PPC::S_LO: in applySpecifier()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp970 Kind = RISCV::S_LO; in lowerSymbolOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3074 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 DRISCVAsmParser.cpp871 (VK == RISCV::S_LO || VK == RISCV::S_PCREL_LO || in isSImm12()