Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp499 MCOperand MCRegOp = Inst.getOperand(0); in expandSET() local
501 assert(MCRegOp.isReg()); in expandSET()
538 TmpInst.addOperand(MCRegOp); in expandSET()
541 PrevReg = MCRegOp; in expandSET()
563 TmpInst.addOperand(MCRegOp); in expandSET()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp471 MCOperand MCRegOp = Inst.getOperand(0); in expandSET() local
473 assert(MCRegOp.isReg()); in expandSET()
510 TmpInst.addOperand(MCRegOp); in expandSET()
513 PrevReg = MCRegOp; in expandSET()
535 TmpInst.addOperand(MCRegOp); in expandSET()