Home
last modified time | relevance | path

Searched refs:isPreOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Lanai/
DLanaiAluCode.h59 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp() function
69 assert(!isPreOp(AluOp) && "Operator can't be a post- and pre-op"); in makePostOp()
74 return isPreOp(AluOp) | isPostOp(AluOp); in modifiesOp()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp209 if (LPAC::isPreOp(AluOp.getImm())) in getRiMemoryOpValue()
238 if (LPAC::isPreOp(AluOp)) in getRrMemoryOpValue()
280 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
/external/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp55 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()
214 if (LPAC::isPreOp(AluCode)) in printMemoryBaseRegister()
260 if (LPAC::isPreOp(AluCode)) in printMemRrOperand()