Searched refs:getPopSize (Results 1 – 5 of 5) sorted by relevance
99 if (int Sz = MIB->getPopSize(Point)) { in computeNext()
1482 Res.first -= BC.MIB->getPopSize(Point); in compNextAux()1934 if (int Sz = BC.MIB->getPopSize(Inst)) { in processDeletions()
87 if (int Sz = MIB->getPopSize(Point)) { in computeNextSP()
224 return getPopSize(Inst) == 0 ? false : true; in isPop()231 int getPopSize(const MCInst &Inst) const override { in getPopSize() function in __anoncef8f4420111::X86MCPlusBuilder1058 if (int Sz = getPopSize(Inst)) { in isStackAccess()1496 switch (getPopSize(Inst)) { in replaceMemOperandWithImm()1637 switch (getPopSize(Inst)) { in replaceMemOperandWithReg()
507 virtual int getPopSize(const MCInst &Inst) const { in getPopSize() function