Lines Matching defs:op1
175 struct storage *op1;
625 static void insn(const char *insn, struct storage *op1, struct storage *op2,
638 atom->op1 = op1;
712 struct storage *op1 = atom->op1;
722 strcpy(tmp, stor_op_name(op1));
725 } else if (atom->op1)
727 atom->insn, stor_op_name(op1),
782 if (atom->op1 && (atom->op1->flags & STOR_WANTS_FREE))
783 free(atom->op1);
1267 /* move op1 into EAX */
1270 /* perform comparison, RHS (op1, right) and LHS (op2, EAX) */