Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp649 MCOperand MCValOp = Inst.getOperand(1); in expandSET() local
651 assert(MCValOp.isImm() || MCValOp.isExpr()); in expandSET()
655 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET()
675 ValExpr = MCValOp.getExpr(); in expandSET()
723 MCOperand MCValOp = Inst.getOperand(1); in expandSETX() local
726 assert(MCValOp.isImm() || MCValOp.isExpr()); in expandSETX()
729 bool IsImm = MCValOp.isImm(); in expandSETX()
730 int64_t ImmValue = IsImm ? MCValOp.getImm() : 0; in expandSETX()
733 : MCValOp.getExpr(); in expandSETX()