HomeSort by relevance Sort by last modified time
    Searched refs:ins_parse (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c 83 char ins_parse[MAX_INST_LEN]; variable
272 strncpy (ins_parse, op, sizeof ins_parse - 1);
273 ins_parse [sizeof ins_parse - 1] = 0;
758 operandS, ins_parse);
778 operandS, ins_parse);
793 operandS, ins_parse);
936 as_bad (_("Illegal operands (whitespace): `%s'"), ins_parse);
948 as_fatal (_("Missing matching brackets : `%s'"), ins_parse);
    [all...]
tc-cr16.c 80 char ins_parse[MAX_INST_LEN]; variable
459 strncpy (ins_parse, op, sizeof ins_parse - 1);
460 ins_parse [sizeof ins_parse - 1] = 0;
1122 reg_name, ins_parse); \
    [all...]

Completed in 594 milliseconds