Searched refs:GP_Disp (Results 1 – 1 of 1) sorted by relevance
1262 MCSymbol *GP_Disp = MCA.getContext().getOrCreateSymbol(SymName); in emitDirectiveCpLoad() local1263 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()