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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c2485 int i, nops, tmp_nops;
2491 tmp_nops = insns_between (history + i, insn) - i;
2492 if (tmp_nops > nops)
2493 nops = tmp_nops;
2498 tmp_nops = nops_for_vr4130 (history, insn);
2499 if (tmp_nops > nops)
2500 nops = tmp_nops;
2536 int nops, tmp_nops;
2543 tmp_nops = nops_for_sequence (2, history, insn, NOP_INSN);
2544 if (tmp_nops > nop
2478 int i, nops, tmp_nops; local
2529 int nops, tmp_nops; local
[all...]

Completed in 96 milliseconds