Lines Matching defs:new_op
916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1));
918 memcpy (new_op, p, (c + 1) * sizeof (struct op));
922 new_op[id].id = id;
925 qsort (new_op, c, sizeof (struct op), func);
927 p = new_op;
977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1));
979 memcpy (new_op, p, (c + 1) * sizeof (struct op));
983 new_op[id].id = id;
986 qsort (new_op, c, sizeof (struct op), func);
1300 while (new_op->flags && new_op->flags[0] != '*')
1305 printf ("\n/* %s *** %s */\n", new_op->bits, new_op->name);
1309 printf ("\"%s\",%d,%d,", new_op->name, new_op->type, new_op->cycles);
1312 char *p = new_op->flags;
1327 nargs = chewname (&new_op->name);
1330 chewbits (new_op->bits, &length);
1335 if (strcmp (oldname, new_op->name) != 0)
1338 oldname = new_op->name;
1340 new_op++;