Searched refs:LabelOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4271 MCOperand LabelOp; local
4278 LabelOp = MCOperand::createExpr(MCSymbolRefExpr::create(BrTarget, Context));
4279 TOut.emitRRX(Mips::BNE, RtReg, ZeroReg, LabelOp, IDLoc, STI);
5204 MCOperand LabelOp = local
5207 TOut.emitRRX(Mips::BEQ, DstReg, ATReg, LabelOp, IDLoc, STI);
5241 MCOperand LabelOp = local
5244 TOut.emitRRX(Mips::BEQ, ATReg, Mips::ZERO, LabelOp, IDLoc, STI);

Completed in 176 milliseconds