Home | History | Annotate | Download | only in opcodes

Lines Matching full:opindex

63 	    int opindex,
90 return cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
101 int opindex,
112 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
130 int opindex,
151 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
154 errmsg = cgen_parse_address (cd, strp, opindex, code, &result, &value);
191 int opindex,
199 switch (opindex)
276 fprintf (stderr, _("Unrecognized field %d while parsing.\n"), opindex);