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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 3417 tic6x_operand_match fine_failure = tic6x_match_matches; local
3457 if (fine_failure == tic6x_match_matches
3458 || fine_failure > this_fine_failure)
3459 fine_failure = this_fine_failure;
3470 switch (fine_failure)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 3417 tic6x_operand_match fine_failure = tic6x_match_matches; local
3457 if (fine_failure == tic6x_match_matches
3458 || fine_failure > this_fine_failure)
3459 fine_failure = this_fine_failure;
3470 switch (fine_failure)

Completed in 29 milliseconds