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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c660 static fragS *prev_nop_frag; variable
662 /* The number of nop instructions we created in prev_nop_frag. */
666 prev_nop_frag. */
669 /* The number of instructions we've seen since prev_nop_frag. */
2621 else if (mips_relax.sequence != 2 && prev_nop_frag != NULL)
2623 /* Work out how many nops in prev_nop_frag are needed by IP. */
2635 prev_nop_frag = NULL;
2642 tentatively added to prev_nop_frag. */
2643 prev_nop_frag->fr_fix -= mips_opts.mips16 ? 2 : 4;
3176 prev_nop_frag
[all...]

Completed in 105 milliseconds