Searched refs:can_make_parallel (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m32r.c842 can_make_parallel (m32r_insn *a, m32r_insn *b)
1136 || (errmsg = (char *) can_make_parallel (&first, &second)) == NULL)
1159 else if (can_make_parallel (&second, &first) == NULL)
1344 Otherwise call can_make_parallel() with both orderings of the
1352 if (can_make_parallel (&prev_insn, &insn) == NULL)
1354 else if (can_make_parallel (&insn, &prev_insn) == NULL)
839 can_make_parallel (m32r_insn *a, m32r_insn *b) function
/haiku-buildtools/binutils/gas/config/
H A Dtc-m32r.c838 can_make_parallel (m32r_insn *a, m32r_insn *b)
1132 || (errmsg = (char *) can_make_parallel (&first, &second)) == NULL)
1155 else if (can_make_parallel (&second, &first) == NULL)
1340 Otherwise call can_make_parallel() with both orderings of the
1348 if (can_make_parallel (&prev_insn, &insn) == NULL)
1350 else if (can_make_parallel (&insn, &prev_insn) == NULL)
835 can_make_parallel (m32r_insn *a, m32r_insn *b) function

Completed in 49 milliseconds