Lines Matching defs:Op4
6308 AArch64Operand &Op4 = static_cast<AArch64Operand &>(*Operands[4]);
6310 if (Op1.isScalarReg() && Op3.isImm() && Op4.isImm()) {
6312 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm());
6329 return Error(Op4.getStartLoc(),
6341 return Error(Op4.getStartLoc(),
6351 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
6372 AArch64Operand &Op4 = static_cast<AArch64Operand &>(*Operands[4]);
6374 if (Op1.isScalarReg() && Op3.isImm() && Op4.isImm()) {
6376 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm());
6393 return Error(Op4.getStartLoc(),
6399 return Error(Op4.getStartLoc(),
6405 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());