Home
last modified time | relevance | path

Searched refs:MEK_TPREL_LO (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp109 case MEK_TPREL_LO: in printImpl()
170 case MEK_TPREL_LO: in evaluateAsRelocatableImpl()
269 case MEK_TPREL_LO: in fixELFSymbolsInTLSFixups()
DMipsMCExpr.h46 MEK_TPREL_LO, enumerator
DMipsMCCodeEmitter.cpp731 case MipsMCExpr::MEK_TPREL_LO: in getExprOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp115 case MEK_TPREL_LO: in printImpl()
176 case MEK_TPREL_LO: in evaluateAsRelocatableImpl()
275 case MEK_TPREL_LO: in fixELFSymbolsInTLSFixups()
DMipsMCExpr.h46 MEK_TPREL_LO, enumerator
DMipsMCCodeEmitter.cpp701 case MipsMCExpr::MEK_TPREL_LO: in getExprOpValue()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp83 TargetKind = MipsMCExpr::MEK_TPREL_LO; in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp83 TargetKind = MipsMCExpr::MEK_TPREL_LO; in LowerSymbolOperand()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4222 .Case("tprel_lo", MipsMCExpr::MEK_TPREL_LO) in evaluateRelocExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp725 return MipsMCExpr::create(MipsMCExpr::MEK_TPREL_LO, E, Ctx); in createTargetUnaryExpr()