Home
last modified time | relevance | path

Searched defs:AluCode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp46 unsigned AluCode = MI->getOperand(3).getImm(); in usesGivenOffset() local
53 unsigned AluCode = MI->getOperand(3).getImm(); in isPreIncrementForm() local
58 unsigned AluCode = MI->getOperand(3).getImm(); in isPostIncrementForm() local
209 static void printMemoryBaseRegister(raw_ostream &OS, const unsigned AluCode, in printMemoryBaseRegister()
238 const unsigned AluCode = AluOp.getImm(); in printMemRiOperand() local
252 const unsigned AluCode = AluOp.getImm(); in printMemRrOperand() local
272 const unsigned AluCode = AluOp.getImm(); in printMemSplsOperand() local
H A DLanaiMCCodeEmitter.cpp137 unsigned AluCode = AluOp.getImm(); in adjustPqBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h22 enum AluCode { global() enum
H A DLanaiISelDAGToDAG.cpp252 LPAC::AluCode AluCode = LPAC::isdToLanaiAluCode(AluOperator); in selectAddrRr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp814 static unsigned AluWithPrePost(unsigned AluCode, bool PreOp, bool PostOp) { in AluWithPrePost()
825 unsigned AluCode = LPAC::stringToLanaiAluCode(IdString); in parseAluOperator() local