Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Op1

1645     X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1647 if (isSrcOp(*Op1) && Op2->isReg()) {
1664 delete Op1;
1675 X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1677 if (isDstOp(*Op2) && Op1->isReg()) {
1679 unsigned reg = Op1->getReg();
1694 delete Op1;
1711 X86Operand *Op1 = static_cast<X86Operand*>(Operands[2]);
1712 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
1713 cast<MCConstantExpr>(Op1->getImm())->getValue() == 1) {
1718 X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1719 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
1720 cast<MCConstantExpr>(Op1->getImm())->getValue() == 1) {
1730 X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1731 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
1732 cast<MCConstantExpr>(Op1->getImm())->getValue() == 3) {