Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Op3

3590     AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]);
3591 if (Op2.isReg() && Op3.isImm()) {
3592 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm());
3612 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext()));
3613 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(),
3614 Op3.getEndLoc(), getContext());
3622 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]);
3625 if (Op1.isReg() && Op3.isImm() && Op4.isImm()) {
3626 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm());
3641 return Error(Op3.getStartLoc(),
3665 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext());
3687 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]);
3690 if (Op1.isReg() && Op3.isImm() && Op4.isImm()) {
3691 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm());
3706 return Error(Op3.getStartLoc(),