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

/freebsd-11-stable/contrib/gcc/
H A Dsee.c2454 rtx move_insn = NULL;
2500 move_insn = get_insns ();
2506 NEXT_INSN (ref_copy) = move_insn;
2507 PREV_INSN (move_insn) = ref_copy;
2508 NEXT_INSN (move_insn) = merged_ref_next;
2510 PREV_INSN (merged_ref_next) = move_insn;
2520 print_rtl_single (dump_file, move_insn);
2533 move_insn = get_insns ();
2539 NEXT_INSN (ref_copy) = move_insn;
2540 PREV_INSN (move_insn)
2453 rtx move_insn = NULL; local
2736 rtx move_insn, *rtx_slot, subreg; local
[all...]
H A Dregmove.c752 rtx move_insn;
792 move_insn = PREV_INSN (insn);
793 p_move_notes = &REG_NOTES (move_insn);
817 move_uid = INSN_UID (move_insn);
823 BB_HEAD (BASIC_BLOCK (bb)) = move_insn;
836 if (! find_reg_note (move_insn, REG_DEAD, src))
746 rtx move_insn; local
H A Dhaifa-sched.c547 static void move_insn (rtx);
1942 move_insn (rtx insn)
2563 move_insn (insn);
4315 /* To make assertion in move_insn happy. */
1938 move_insn (rtx insn) function
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c1368 move_insn (struct mips_cl_insn *insn, fragS *frag, long where)
1389 move_insn (insn, frag_now, f - frag_now->fr_literal);
1400 move_insn (insn, frag_now, frag_more (0) - frag_now->fr_literal);
3123 move_insn (ip, delay.frag, delay.where);
3124 move_insn (&delay, ip->frag, ip->where + insn_length (ip));
3134 move_insn (ip, ip->frag, ip->where - 4);
3139 move_insn (&delay, ip->frag, ip->where);
3140 move_insn (ip, history[0].frag, history[0].where);
1361 move_insn (struct mips_cl_insn *insn, fragS *frag, long where) function

Completed in 194 milliseconds