Searched refs:isPreOp (Results 1 – 3 of 3) sorted by relevance
59 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp() function69 assert(!isPreOp(AluOp) && "Operator can't be a post- and pre-op"); in makePostOp()74 return isPreOp(AluOp) | isPostOp(AluOp); in modifiesOp()
209 if (LPAC::isPreOp(AluOp.getImm())) in getRiMemoryOpValue()238 if (LPAC::isPreOp(AluOp)) in getRrMemoryOpValue()280 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
55 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()214 if (LPAC::isPreOp(AluCode)) in printMemoryBaseRegister()260 if (LPAC::isPreOp(AluCode)) in printMemRrOperand()