Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp49 unsigned AluCode = MI->getOperand(3).getImm(); usesGivenOffset() local
56 unsigned AluCode = MI->getOperand(3).getImm(); isPreIncrementForm() local
61 unsigned AluCode = MI->getOperand(3).getImm(); isPostIncrementForm() local
213 printMemoryBaseRegister(raw_ostream & OS,const unsigned AluCode,const MCOperand & RegOp) printMemoryBaseRegister() argument
243 const unsigned AluCode = AluOp.getImm(); printMemRiOperand() local
258 const unsigned AluCode = AluOp.getImm(); printMemRrOperand() local
279 const unsigned AluCode = AluOp.getImm(); printMemSplsOperand() local
[all...]
H A DLanaiMCCodeEmitter.cpp139 unsigned AluCode = AluOp.getImm(); adjustPqBits() local
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h21 enum AluCode { enum
H A DLanaiISelDAGToDAG.cpp261 LPAC::AluCode AluCode = LPAC::isdToLanaiAluCode(AluOperator); selectAddrRr() local
[all...]
/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp816 return LPAC::makePreOp(AluCode); in AluWithPrePost() argument
827 unsigned AluCode = LPAC::stringToLanaiAluCode(IdString); parseAluOperator() local