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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 3135 unsigned int max_num_operands; local
3249 max_num_operands = 0;
3320 if (num_operands > max_num_operands)
3321 max_num_operands = num_operands;
3368 if (max_num_operands == 0)
3386 if (num_operands_read == max_num_operands)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 3135 unsigned int max_num_operands; local
3249 max_num_operands = 0;
3320 if (num_operands > max_num_operands)
3321 max_num_operands = num_operands;
3368 if (max_num_operands == 0)
3386 if (num_operands_read == max_num_operands)

Completed in 30 milliseconds