Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.cpp49 unsigned AluCode = MI->getOperand(3).getImm(); in usesGivenOffset() local
56 unsigned AluCode = MI->getOperand(3).getImm(); in isPreIncrementForm() local
61 unsigned AluCode = MI->getOperand(3).getImm(); in isPostIncrementForm() local
213 static void printMemoryBaseRegister(raw_ostream &OS, const unsigned AluCode, in printMemoryBaseRegister()
243 const unsigned AluCode = AluOp.getImm(); in printMemRiOperand() local
258 const unsigned AluCode = AluOp.getImm(); in printMemRrOperand() local
279 const unsigned AluCode = AluOp.getImm(); in printMemSplsOperand() local
DLanaiMCCodeEmitter.cpp138 unsigned AluCode = AluOp.getImm(); in adjustPqBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h22 enum AluCode { enum
DLanaiISelDAGToDAG.cpp224 LPAC::AluCode AluCode = LPAC::isdToLanaiAluCode(AluOperator); in selectAddrRr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp797 static unsigned AluWithPrePost(unsigned AluCode, bool PreOp, bool PostOp) { in AluWithPrePost()
808 unsigned AluCode = LPAC::stringToLanaiAluCode(IdString); in parseAluOperator() local