Searched refs:getPushSize (Results 1 – 4 of 4) sorted by relevance
80 if (int Sz = MIB->getPushSize(Point)) { in computeNextSP()
267 return getPushSize(Inst) == 0 ? false : true; in isPush()270 int getPushSize(const MCInst &Inst) const override { in getPushSize() function in __anoncef8f4420111::X86MCPlusBuilder1041 if (int Sz = getPushSize(Inst)) { in isStackAccess()2704 switch (getPushSize(Inst)) { in replaceRegWithImm()
1477 Res.first += BC.MIB->getPushSize(Point); in compNextAux()1930 if (int Sz = BC.MIB->getPushSize(Inst)) { in processDeletions()
519 virtual int getPushSize(const MCInst &Inst) const { in getPushSize() function