Lines Matching defs:opname
111 char *opname;
141 in the "opname" field. If that field is NULL, then the operand
848 if (strlen (op->opname) == (unsigned) len
849 && strncmp (op->opname, name, len) == 0)
850 return op->opname;
853 op->opname = xmemdup0 (name, len);
854 return op->opname;
865 if (strcmp (op->opname, name) == 0)
866 return op->opname;
869 op->opname = xstrdup (name);
870 return op->opname;
1221 const char *opname = oprec.vec[i];
1229 if (opname && opname[0] >= '0' && opname[0] <= '9')
1233 if (parse_constant (opname, &val))
1694 parse for them. We expect spaces, opname != opname. */
1706 as_fatal (_("opcode '%s': no bound opname '%s' "
1716 as_fatal (_("opcode '%s': no bound opname '%s' "