Home
last modified time | relevance | path

Searched refs:AluMCOp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp226 const MCOperand AluMCOp = Inst.getOperand(OpNo + 2); in getRrMemoryOpValue() local
233 assert(AluMCOp.isImm() && "Third operator is not immediate."); in getRrMemoryOpValue()
235 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp224 const MCOperand AluMCOp = Inst.getOperand(OpNo + 2); in getRrMemoryOpValue() local
231 assert(AluMCOp.isImm() && "Third operator is not immediate."); in getRrMemoryOpValue()
233 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue()