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

/haiku-buildtools/gcc/gcc/
H A Dinit-regs.c128 rtx_insn *move_insn; local
135 move_insn = get_insns ();
137 emit_insn_before (move_insn, insn);
H A Dira.c1778 rtx_insn *move_insn;
1786 move_insn = gen_rtx_INSN (VOIDmode, 0, 0, 0, move_pat, 0, -1, 0);
1798 INSN_CODE (move_insn) = -1;
1799 recog_memoized (move_insn);
1800 if (INSN_CODE (move_insn) < 0)
1802 extract_insn (move_insn);
1805 if (! constrain_operands (1, get_enabled_alternatives (move_insn)))
5089 rtx_insn *move_insn = DF_REF_INSN (other_def);
5090 rtx_insn *newinsn = emit_insn_after (PATTERN (def_insn), move_insn);
5098 delete_insn (move_insn);
1765 rtx_insn *move_insn; local
5065 rtx_insn *move_insn = DF_REF_INSN (other_def); local
[all...]
H A Dlra.c450 rtx_insn *move_insn = local
452 if (recog_memoized (move_insn) < 0)
471 rtx_insn *move_insn = emit_move_insn (x, index_scale); local
473 if (recog_memoized (move_insn) >= 0)
H A Dhaifa-sched.c5471 move_insn (rtx_insn *insn, rtx_insn *last, rtx nt)
6194 move_insn (insn, last_scheduled_insn,
8796 /* To make assertion in move_insn happy. */
5456 move_insn (rtx_insn *insn, rtx_insn *last, rtx nt) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dregmove.c771 rtx move_insn;
811 move_insn = PREV_INSN (insn);
812 p_move_notes = &REG_NOTES (move_insn);
836 move_uid = INSN_UID (move_insn);
842 BLOCK_HEAD (bb) = move_insn;
856 if (! find_reg_note (move_insn, REG_DEAD, src))
767 rtx move_insn; local
H A Dloop.c271 unsigned int move_insn : 1; /* 1 means that we call emit_move_insn to
826 int move_insn = 0;
840 src = XEXP (temp, 0), move_insn = 1;
845 src = XEXP (temp, 0), move_insn = 1;
970 m->move_insn = move_insn;
986 VARRAY_INT (set_in_loop, regno) = move_insn ? -2 : -1;
1000 m->move_insn_first = m->move_insn;
1009 /* We must now reset m->move_insn, m->is_equiv, and possibly
1014 m->set_src = XEXP (temp, 0), m->move_insn
270 unsigned int move_insn : 1; /* 1 means that we call emit_move_insn to member in struct:movable
821 int move_insn = 0; local
[all...]
H A Dhaifa-sched.c765 static rtx move_insn PROTO ((rtx, rtx));
6621 move_insn (insn, last)
7010 last = move_insn (insn, last);
6613 move_insn (insn, last) function
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68hc11.c1814 build_indexed_byte (operand *op, int format ATTRIBUTE_UNUSED, int move_insn)
1899 if (move_insn && !(val >= -16 && val <= 15))
1962 if (move_insn)
1982 if (move_insn)
2008 if (move_insn)
2103 int move_insn = 0;
2138 move_insn = 1;
2188 build_indexed_byte (&operands[i], format, move_insn);
1808 build_indexed_byte(operand *op, int format ATTRIBUTE_UNUSED, int move_insn) argument
2097 int move_insn = 0; local
H A Dtc-mips.c1293 move_insn (struct mips_cl_insn *insn, fragS *frag, long where)
1314 move_insn (insn, frag_now, f - frag_now->fr_literal);
1325 move_insn (insn, frag_now, frag_more (0) - frag_now->fr_literal);
2755 move_insn (ip, delay.frag, delay.where);
2756 move_insn (&delay, ip->frag, ip->where + insn_length (ip));
2766 move_insn (ip, ip->frag, ip->where - 4);
2771 move_insn (&delay, ip->frag, ip->where);
2772 move_insn (ip, history[0].frag, history[0].where);
1286 move_insn (struct mips_cl_insn *insn, fragS *frag, long where) function
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68hc11.c2063 build_indexed_byte (operand *op, int format ATTRIBUTE_UNUSED, int move_insn)
2147 if (move_insn && !(val >= -16 && val <= 15)
2214 if (move_insn)
2251 if (move_insn)
2277 if ((move_insn) && (!(current_architecture & cpu9s12x)))
2455 int move_insn = 0;
2490 move_insn = 1;
2540 build_indexed_byte (&operands[i], format, move_insn);
2057 build_indexed_byte(operand *op, int format ATTRIBUTE_UNUSED, int move_insn) argument
2449 int move_insn = 0; local
H A Dtc-riscv.c320 move_insn (struct riscv_cl_insn *insn, fragS *frag, long where) function
338 move_insn (insn, frag_now, f - frag_now->fr_literal);
346 move_insn (insn, frag_now, frag_more (0) - frag_now->fr_literal);
H A Dtc-mips.c2314 move_insn (struct mips_cl_insn *insn, fragS *frag, long where)
2335 move_insn (insn, frag_now, f - frag_now->fr_literal);
2346 move_insn (insn, frag_now, frag_more (0) - frag_now->fr_literal);
7660 move_insn (ip, ip->frag, ip->where - branch_disp);
7667 move_insn (ip, delay.frag, delay.where);
7668 move_insn (&delay, ip->frag, ip->where + insn_length (ip));
2305 move_insn (struct mips_cl_insn *insn, fragS *frag, long where) function

Completed in 277 milliseconds