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

  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 839 can_make_parallel (m32r_insn *a, m32r_insn *b)
1133 || (errmsg = (char *) can_make_parallel (&first, &second)) == NULL)
1156 else if (can_make_parallel (&second, &first) == NULL)
1341 Otherwise call can_make_parallel() with both orderings of the
1349 if (can_make_parallel (&prev_insn, &insn) == NULL)
1351 else if (can_make_parallel (&insn, &prev_insn) == NULL)
836 can_make_parallel (m32r_insn *a, m32r_insn *b) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 839 can_make_parallel (m32r_insn *a, m32r_insn *b)
1133 || (errmsg = (char *) can_make_parallel (&first, &second)) == NULL)
1156 else if (can_make_parallel (&second, &first) == NULL)
1341 Otherwise call can_make_parallel() with both orderings of the
1349 if (can_make_parallel (&prev_insn, &insn) == NULL)
1351 else if (can_make_parallel (&insn, &prev_insn) == NULL)
836 can_make_parallel (m32r_insn *a, m32r_insn *b) function

Completed in 60 milliseconds