Searched refs:isPreOp (Results 1 – 3 of 3) sorted by relevance
57 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp() function67 assert(!isPreOp(AluOp) && "Operator can't be a post- and pre-op"); in makePostOp()72 return isPreOp(AluOp) || isPostOp(AluOp); in modifiesOp()
206 if (LPAC::isPreOp(AluOp.getImm())) in getRiMemoryOpValue()235 if (LPAC::isPreOp(AluOp)) in getRrMemoryOpValue()277 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
57 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()217 if (LPAC::isPreOp(AluCode)) in printMemoryBaseRegister()263 if (LPAC::isPreOp(AluCode)) in printMemRrOperand()