Home
last modified time | relevance | path

Searched refs:this_insn (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-frv.c633 for (this_insn = this_chain->insn_list; this_insn; this_insn = this_insn->next)
638 fprintf (stderr, "%s to %d\n", this_insn->insn->base->name, (int) this_insn->sym);
640 fprintf (stderr, "nop'd %s to %d\n", this_insn->insn->base->name, (int) this_insn->sym);
655 struct vliw_insn_list *this_insn; local
660 this_insn;
661 this_insn = this_insn->next)
910 for (this_insn = vliw1->insn_list; this_insn; this_insn = this_insn->next) in frv_tomcat_analyze_vliw_chains()
928 for (this_insn = vliw1->insn_list; this_insn; this_insn = this_insn->next) in frv_tomcat_analyze_vliw_chains()
931 while (this_insn in frv_tomcat_analyze_vliw_chains()
935 this_insn = this_insn->next; in frv_tomcat_analyze_vliw_chains()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-frv.c648 for (this_insn = this_chain->insn_list; this_insn; this_insn = this_insn->next)
653 fprintf (stderr, "%s to %p\n", this_insn->insn->base->name, this_insn->sym);
655 fprintf (stderr, "nop'd %s to %p\n", this_insn->insn->base->name, this_insn->sym);
670 struct vliw_insn_list *this_insn; local
675 this_insn;
676 this_insn = this_insn->next)
925 for (this_insn = vliw1->insn_list; this_insn; this_insn = this_insn->next) in frv_tomcat_analyze_vliw_chains()
943 for (this_insn = vliw1->insn_list; this_insn; this_insn = this_insn->next) in frv_tomcat_analyze_vliw_chains()
946 while (this_insn in frv_tomcat_analyze_vliw_chains()
950 this_insn = this_insn->next; in frv_tomcat_analyze_vliw_chains()
[all …]
/openbsd/gnu/gcc/gcc/config/arc/
H A Darc.c2091 this_insn = next_nonnote_insn (this_insn); in arc_final_prescan_insn()
2092 if (!this_insn) in arc_final_prescan_insn()
2100 && this_insn == label) in arc_final_prescan_insn()
2110 scanbody = PATTERN (this_insn); in arc_final_prescan_insn()
2112 switch (GET_CODE (this_insn)) in arc_final_prescan_insn()
2117 if (this_insn == label) in arc_final_prescan_insn()
2202 while (this_insn && GET_CODE (PATTERN (this_insn)) == USE) in arc_final_prescan_insn()
2204 this_insn = next_nonnote_insn (this_insn); in arc_final_prescan_insn()
2205 gcc_assert (!this_insn in arc_final_prescan_insn()
2209 if (!this_insn) in arc_final_prescan_insn()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c2071 this_insn = next_nonnote_insn (this_insn);
2072 if (!this_insn)
2080 && this_insn == label)
2090 scanbody = PATTERN (this_insn);
2092 switch (GET_CODE (this_insn))
2097 if (this_insn == label)
2181 while (this_insn && GET_CODE (PATTERN (this_insn)) == USE)
2183 this_insn = next_nonnote_insn (this_insn);
2184 if (this_insn && (GET_CODE (this_insn) == BARRIER
2188 if (!this_insn)
[all …]
/openbsd/gnu/gcc/gcc/
H A Dreload.c190 static rtx this_insn; variable
1439 if (out != 0 && sets_cc0_p (PATTERN (this_insn))) in push_reload()
1536 PATTERN (this_insn), inloc) in push_reload()
1545 PATTERN (this_insn))) in push_reload()
1824 if (INSN_CODE (this_insn) == -1) in combine_reloads()
1964 PATTERN (this_insn), outloc)) in find_dummy_reload()
2021 PATTERN (this_insn)) in find_dummy_reload()
2024 PATTERN (this_insn), inloc))) in find_dummy_reload()
2570 this_insn = insn; in find_reloads()
3571 error_for_asm (this_insn, in find_reloads()
[all …]
H A Dlocal-alloc.c248 static rtx this_insn; variable
1335 this_insn = insn; in block_alloc()
2163 if (GET_CODE (PATTERN (this_insn)) == PARALLEL in wipe_dead_reg()
2164 && multiple_sets (this_insn)) in wipe_dead_reg()
2167 for (i = XVECLEN (PATTERN (this_insn), 0) - 1; i >= 0; i--) in wipe_dead_reg()
2169 rtx set = XVECEXP (PATTERN (this_insn), 0, i); in wipe_dead_reg()
2181 if (! output_p && find_regno_note (this_insn, REG_INC, regno)) in wipe_dead_reg()
H A Dreorg.c3193 rtx this_insn = XVECEXP (pat, 0, i); in relax_delay_slots() local
3194 add_insn_after (this_insn, after); in relax_delay_slots()
3195 after = this_insn; in relax_delay_slots()
3311 rtx this_insn = XVECEXP (pat, 0, i); in relax_delay_slots() local
3312 add_insn_after (this_insn, after); in relax_delay_slots()
3313 after = this_insn; in relax_delay_slots()
H A Dcse.c287 static rtx this_insn; variable
1599 exp_ent->const_insn = this_insn; in insert()
1618 x_ent->const_insn = this_insn; in insert()
1627 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn; in insert()
4858 this_insn = insn; in cse_insn()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dreload.c181 static rtx this_insn; variable
1461 if (out != 0 && sets_cc0_p (PATTERN (this_insn)))
1554 PATTERN (this_insn), inloc)
1563 PATTERN (this_insn)))
1849 if (INSN_CODE (this_insn) == -1) in combine_reloads()
1985 PATTERN (this_insn), outloc))
2032 PATTERN (this_insn))
2035 PATTERN (this_insn), inloc)))
2575 this_insn = insn;
3525 error_for_asm (this_insn,
[all …]
H A Dlocal-alloc.c237 static rtx this_insn; variable
1266 this_insn = insn;
2115 if (GET_CODE (PATTERN (this_insn)) == PARALLEL
2116 && multiple_sets (this_insn))
2119 for (i = XVECLEN (PATTERN (this_insn), 0) - 1; i >= 0; i--)
2121 rtx set = XVECEXP (PATTERN (this_insn), 0, i);
2133 if (! output_p && find_regno_note (this_insn, REG_INC, regno))
H A Dreorg.c3272 rtx this_insn = XVECEXP (pat, 0, i); local
3273 add_insn_after (this_insn, after);
3274 after = this_insn;
3395 rtx this_insn = XVECEXP (pat, 0, i); local
3396 add_insn_after (this_insn, after);
3397 after = this_insn;
H A Dcse.c278 static rtx this_insn; variable
1683 exp_ent->const_insn = this_insn;
1702 x_ent->const_insn = this_insn;
1711 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn;
4822 this_insn = insn;
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c9141 this_insn = next_nonnote_insn (this_insn);
9155 this_insn = next_nonnote_insn (this_insn);
9170 this_insn = next_nonnote_insn (this_insn);
9171 if (this_insn && this_insn == label)
9176 this_insn = next_nonnote_insn (this_insn);
9194 this_insn = next_nonnote_insn (this_insn);
9195 if (this_insn && GET_CODE (this_insn) == BARRIER)
9196 this_insn = next_nonnote_insn (this_insn);
9198 if (this_insn && this_insn == label
9204 this_insn = next_nonnote_insn (this_insn);
[all …]
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.c11717 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
11731 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
11746 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
11747 if (this_insn && this_insn == label) in arm_final_prescan_insn()
11752 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
11776 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
11777 if (this_insn && GET_CODE (this_insn) == BARRIER) in arm_final_prescan_insn()
11778 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
11780 if (this_insn && this_insn == label in arm_final_prescan_insn()
11786 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
[all …]
/openbsd/gnu/gcc/gcc/config/avr/
H A Davr.c4463 rtx this_insn = XVECEXP (PATTERN (insn), 0, i); in _reg_unused_after() local
4464 rtx set = single_set (this_insn); in _reg_unused_after()
4466 if (GET_CODE (this_insn) == CALL_INSN) in _reg_unused_after()
4468 else if (GET_CODE (this_insn) == JUMP_INSN) in _reg_unused_after()
4470 if (INSN_ANNULLED_BRANCH_P (this_insn)) in _reg_unused_after()
4485 && reg_overlap_mentioned_p (reg, PATTERN (this_insn))) in _reg_unused_after()
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c4495 rtx this_insn = XVECEXP (PATTERN (insn), 0, i); local
4496 rtx set = single_set (this_insn);
4498 if (GET_CODE (this_insn) == CALL_INSN)
4500 else if (GET_CODE (this_insn) == JUMP_INSN)
4502 if (INSN_ANNULLED_BRANCH_P (this_insn))
4517 && reg_overlap_mentioned_p (reg, PATTERN (this_insn)))
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c6645 rtx this_insn = XVECEXP (PATTERN (insn), 0, i); local
6646 rtx set = single_set (this_insn);
6648 if (GET_CODE (this_insn) == CALL_INSN)
6650 else if (GET_CODE (this_insn) == JUMP_INSN)
6652 if (INSN_ANNULLED_BRANCH_P (this_insn))
6667 && reg_overlap_mentioned_p (reg, PATTERN (this_insn)))
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c7982 rtx this_insn = XVECEXP (PATTERN (insn), 0, i); in reg_unused_after() local
7983 rtx set = single_set (this_insn); in reg_unused_after()
7985 if (GET_CODE (this_insn) == CALL_INSN) in reg_unused_after()
7987 else if (GET_CODE (this_insn) == JUMP_INSN) in reg_unused_after()
7989 if (INSN_ANNULLED_BRANCH_P (this_insn)) in reg_unused_after()
8004 && reg_overlap_mentioned_p (reg, PATTERN (this_insn))) in reg_unused_after()