Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Op1

1187     X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1189 if (isSrcOp(*Op1) && Op2->isReg()) {
1206 delete Op1;
1217 X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1219 if (isDstOp(*Op2) && Op1->isReg()) {
1221 unsigned reg = Op1->getReg();
1236 delete Op1;
1253 X86Operand *Op1 = static_cast<X86Operand*>(Operands[2]);
1254 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
1255 cast<MCConstantExpr>(Op1->getImm())->getValue() == 1) {
1260 X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1261 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
1262 cast<MCConstantExpr>(Op1->getImm())->getValue() == 1) {
1272 X86Operand *Op1 = static_cast<X86Operand*>(Operands[1]);
1273 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
1274 cast<MCConstantExpr>(Op1->getImm())->getValue() == 3) {