HomeSort by: relevance | last modified time | path
    Searched defs:construct_operand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 2244 char construct_operand[MAX_CONSTR_STR]; local
2280 snprintf (construct_operand, MAX_CONSTR_STR, "r%d",
2283 snprintf (construct_operand, MAX_CONSTR_STR, "%d",
2286 tokenize_arguments (construct_operand, &tok[i], 1);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 2243 char construct_operand[MAX_CONSTR_STR]; local
2279 snprintf (construct_operand, MAX_CONSTR_STR, "r%d",
2282 snprintf (construct_operand, MAX_CONSTR_STR, "%d",
2285 tokenize_arguments (construct_operand, &tok[i], 1);

Completed in 16 milliseconds