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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c2482 nops_for_insn (const struct mips_cl_insn *history,
2524 nops = nops_for_insn (buffer, NULL);
2529 /* Like nops_for_insn, but if INSN is a branch, take into account the
2538 nops = nops_for_insn (history, insn);
2585 ? nops_for_insn (history, NULL)
2998 || nops_for_insn (history + 1, ip) > 0
3190 int nops = nops_for_insn (history, NULL);
3218 nops = nops_for_insn (history, NULL);
2475 nops_for_insn (const struct mips_cl_insn *history, function

Completed in 80 milliseconds