Searched refs:LSBOp (Results 1 – 2 of 2) sorted by relevance
3782 AArch64Operand LSBOp = static_cast<AArch64Operand &>(*Operands[2]); in MatchAndEmitInstruction() local3785 if (Op1.isReg() && LSBOp.isImm() && WidthOp.isImm()) { in MatchAndEmitInstruction()3786 const MCConstantExpr *LSBCE = dyn_cast<MCConstantExpr>(LSBOp.getImm()); in MatchAndEmitInstruction()3801 return Error(LSBOp.getStartLoc(), in MatchAndEmitInstruction()3827 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4380 AArch64Operand LSBOp = static_cast<AArch64Operand &>(*Operands[2]); in MatchAndEmitInstruction() local4383 if (Op1.isScalarReg() && LSBOp.isImm() && WidthOp.isImm()) { in MatchAndEmitInstruction()4384 const MCConstantExpr *LSBCE = dyn_cast<MCConstantExpr>(LSBOp.getImm()); in MatchAndEmitInstruction()4399 return Error(LSBOp.getStartLoc(), in MatchAndEmitInstruction()4425 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction()