Searched refs:prev_nop_frag (Results 1 – 3 of 3) sorted by relevance
827 static fragS *prev_nop_frag; variable7202 else if (mips_relax.sequence != 2 && prev_nop_frag != NULL) in append_insn()7220 prev_nop_frag = NULL; in append_insn()7228 prev_nop_frag->fr_fix -= NOP_INSN_SIZE; in append_insn()7576 prev_nop_frag = NULL; in mips_no_prev_insn()7626 prev_nop_frag = frag_now; in start_noreorder()7654 if (mips_opts.noreorder == 0 && prev_nop_frag != NULL) in end_noreorder()7658 prev_nop_frag->fr_fix -= ((prev_nop_frag_holds - prev_nop_frag_required) in end_noreorder()7662 prev_nop_frag = NULL; in end_noreorder()
2596 * config/tc-mips.c (prev_nop_frag): New static variable.2600 (append_insn): If we aren't reordering, and prev_nop_frag is not2602 prev_nop_frag. Don't insert nops because of instructions in2606 callers. Refer prev_nop_frag variables when appropriate.2607 (mips_emit_delays): Set up prev_nop_frag.2608 (s_mipsset): Clear prev_nop_frag if reordering.
3344 manipulating mips_opts or prev_nop_frag directly.3364 delay checks. Generalize prev_nop_frag handling to handle an3366 once the number of nops in prev_nop_frag is fixed.