Home
last modified time | relevance | path

Searched refs:MEK_PCREL_LO16 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp97 case MEK_PCREL_LO16: in printImpl()
166 case MEK_PCREL_LO16: in evaluateAsRelocatableImpl()
259 case MEK_PCREL_LO16: in fixELFSymbolsInTLSFixups()
DMipsMCExpr.h42 MEK_PCREL_LO16, enumerator
DMipsMCCodeEmitter.cpp716 case MipsMCExpr::MEK_PCREL_LO16: in getExprOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp103 case MEK_PCREL_LO16: in printImpl()
172 case MEK_PCREL_LO16: in evaluateAsRelocatableImpl()
263 case MEK_PCREL_LO16: in fixELFSymbolsInTLSFixups()
DMipsMCExpr.h42 MEK_PCREL_LO16, enumerator
DMipsMCCodeEmitter.cpp686 case MipsMCExpr::MEK_PCREL_LO16: in getExprOpValue()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4218 .Case("pcrel_lo", MipsMCExpr::MEK_PCREL_LO16) in evaluateRelocExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp717 return MipsMCExpr::create(MipsMCExpr::MEK_PCREL_LO16, E, Ctx); in createTargetUnaryExpr()