Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1262 MCSymbol *GP_Disp = MCA.getContext().getOrCreateSymbol(SymName); in emitDirectiveCpLoad() local
1263 MCA.registerSymbol(*GP_Disp); in emitDirectiveCpLoad()
1268 auto *HiSym = MCSpecifierExpr::create(GP_Disp, Mips::S_HI, MCA.getContext()); in emitDirectiveCpLoad()
1277 auto *LoSym = MCSpecifierExpr::create(GP_Disp, Mips::S_LO, MCA.getContext()); in emitDirectiveCpLoad()