Lines Matching defs:op2
176 struct storage *op2;
625 static void insn(const char *insn, struct storage *op1, struct storage *op2,
639 atom->op2 = op2;
713 struct storage *op2 = atom->op2;
720 if (atom->op2) {
724 atom->insn, tmp, stor_op_name(op2), comment);
784 if (atom->op2 && (atom->op2->flags & STOR_WANTS_FREE))
785 free(atom->op2);
1270 /* perform comparison, RHS (op1, right) and LHS (op2, EAX) */