| /openbsd/src/gnu/gcc/gcc/ |
| D | see.c | 2453 rtx move_insn = NULL; in see_def_extension_not_merged() local 2499 move_insn = get_insns (); in see_def_extension_not_merged() 2505 NEXT_INSN (ref_copy) = move_insn; in see_def_extension_not_merged() 2506 PREV_INSN (move_insn) = ref_copy; in see_def_extension_not_merged() 2507 NEXT_INSN (move_insn) = merged_ref_next; in see_def_extension_not_merged() 2509 PREV_INSN (merged_ref_next) = move_insn; in see_def_extension_not_merged() 2519 print_rtl_single (dump_file, move_insn); in see_def_extension_not_merged() 2532 move_insn = get_insns (); in see_def_extension_not_merged() 2538 NEXT_INSN (ref_copy) = move_insn; in see_def_extension_not_merged() 2539 PREV_INSN (move_insn) = ref_copy; in see_def_extension_not_merged() [all …]
|
| D | regmove.c | 746 rtx move_insn; in copy_src_to_dest() local 786 move_insn = PREV_INSN (insn); in copy_src_to_dest() 787 p_move_notes = ®_NOTES (move_insn); in copy_src_to_dest() 811 move_uid = INSN_UID (move_insn); in copy_src_to_dest() 817 BB_HEAD (BASIC_BLOCK (bb)) = move_insn; in copy_src_to_dest() 830 if (! find_reg_note (move_insn, REG_DEAD, src)) in copy_src_to_dest()
|
| D | haifa-sched.c | 546 static void move_insn (rtx); 1938 move_insn (rtx insn) in move_insn() function 2559 move_insn (insn); in schedule_block()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-m68hc11.c | 1808 build_indexed_byte (operand *op, int format ATTRIBUTE_UNUSED, int move_insn) in build_indexed_byte() argument 1893 if (move_insn && !(val >= -16 && val <= 15)) in build_indexed_byte() 1956 if (move_insn) in build_indexed_byte() 1976 if (move_insn) in build_indexed_byte() 2002 if (move_insn) in build_indexed_byte() 2097 int move_insn = 0; in build_insn() local 2132 move_insn = 1; in build_insn() 2182 build_indexed_byte (&operands[i], format, move_insn); in build_insn()
|
| D | tc-mips.c | 1312 move_insn (struct mips_cl_insn *insn, fragS *frag, long where) in move_insn() function 1333 move_insn (insn, frag_now, f - frag_now->fr_literal); in add_fixed_insn() 1344 move_insn (insn, frag_now, frag_more (0) - frag_now->fr_literal); in add_relaxed_insn() 3033 move_insn (ip, delay.frag, delay.where); in append_insn() 3034 move_insn (&delay, ip->frag, ip->where + insn_length (ip)); in append_insn() 3044 move_insn (ip, ip->frag, ip->where - 4); in append_insn() 3049 move_insn (&delay, ip->frag, ip->where); in append_insn() 3050 move_insn (ip, history[0].frag, history[0].where); in append_insn()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-m68hc11.c | 1807 build_indexed_byte (operand *op, int format ATTRIBUTE_UNUSED, int move_insn) in build_indexed_byte() argument 1892 if (move_insn && !(val >= -16 && val <= 15)) in build_indexed_byte() 1955 if (move_insn) in build_indexed_byte() 1975 if (move_insn) in build_indexed_byte() 2001 if (move_insn) in build_indexed_byte() 2096 int move_insn = 0; in build_insn() local 2131 move_insn = 1; in build_insn() 2181 build_indexed_byte (&operands[i], format, move_insn); in build_insn()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | regmove.c | 761 rtx move_insn; local 802 move_insn = PREV_INSN (insn); 803 p_move_notes = ®_NOTES (move_insn); 827 move_uid = INSN_UID (move_insn); 833 BLOCK_HEAD (bb) = move_insn; 846 if (! find_reg_note (move_insn, REG_DEAD, src))
|
| D | loop.c | 220 unsigned int move_insn : 1; /* 1 means that we call emit_move_insn to member 783 int move_insn = 0; local 797 src = XEXP (temp, 0), move_insn = 1; 802 src = XEXP (temp, 0), move_insn = 1; 949 m->move_insn = move_insn; 965 regs->array[regno+i].set_in_loop = move_insn ? -2 : -1; 975 m->move_insn_first = m->move_insn; 989 m->set_src = XEXP (temp, 0), m->move_insn = 1; 994 m->set_src = XEXP (temp, 0), m->move_insn = 1; 996 m->move_insn = 0; [all …]
|
| D | haifa-sched.c | 361 static rtx move_insn PARAMS ((rtx, rtx)); 1739 move_insn (insn, last) in move_insn() function 2218 last_scheduled_insn = move_insn (insn, last_scheduled_insn);
|
| D | ChangeLog.0 | 12395 * haifa-sched.c (move_insn): Handle notes correctly for insns 12742 * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
|
| D | ChangeLog.7 | 5080 * haifa-sched.c (move_insn): Clear SCHED_GROUP_P after it is used.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-2005 | 3408 (insn_length, create_insn, install_insn, move_insn, add_fixed_insn) 3415 the history buffer. Use move_insn to do delay slot filling.
|