Home | History | Annotate | Download | only in config

Lines Matching defs:ins_parse

84 char ins_parse[MAX_INST_LEN];
466 strncpy (ins_parse, op, sizeof ins_parse - 1);
467 ins_parse [sizeof ins_parse - 1] = 0;
1110 reg_name, ins_parse);
1184 operandS, ins_parse);
1212 operandS, ins_parse);
1223 operandS, ins_parse);
1259 operandS, ins_parse);
1401 as_bad (_("Illegal operands (whitespace): `%s'"), ins_parse);
1413 as_fatal (_("Missing matching brackets : `%s'"), ins_parse);
1420 as_fatal (_("Missing matching brackets : `%s'"), ins_parse);
1437 as_fatal (_("Missing matching brackets : `%s'"), ins_parse);
1582 reg_name, ins_parse); \
1621 reg_name, ins_parse); \
1668 reg_name, ins_parse); \
1724 reg_name, ins_parse); \
2094 as_bad (_("`%s' Illegal use of registers."), ins_parse);
2108 as_bad (_("`%s' Illegal count-register combination."), ins_parse);
2114 as_bad (_("`%s' Illegal use of register."), ins_parse);
2123 as_bad (_("`%s' has undefined result"), ins_parse);