Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Op2

2361 #define SYS_ALIAS(op1, Cn, Cm, op2)                                            \
2370 Expr = MCConstantExpr::Create(op2, getContext()); \
3589 AArch64Operand &Op2 = static_cast<AArch64Operand &>(*Operands[2]);
3591 if (Op2.isReg() && Op3.isImm()) {
3598 Op2.getReg())) {