Searched refs:isPostOp (Results 1 – 3 of 3) sorted by relevance
61 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp() function64 assert(!isPostOp(AluOp) && "Operator can't be a post- and pre-op"); in makePreOp()74 return isPreOp(AluOp) | isPostOp(AluOp); in modifiesOp()
147 if (!LPAC::isPostOp(AluCode) && in adjustPqBits()211 if (LPAC::isPostOp(AluOp.getImm())) in getRiMemoryOpValue()240 if (LPAC::isPostOp(AluOp)) in getRrMemoryOpValue()282 if (LPAC::isPostOp(AluOp.getImm())) in getSplsOpValue()
60 return LPAC::isPostOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPostIncrementForm()217 if (LPAC::isPostOp(AluCode)) in printMemoryBaseRegister()263 if (LPAC::isPostOp(AluCode)) in printMemRrOperand()