Home
last modified time | relevance | path

Searched refs:delay_insn (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDreorg.c512 rtx delay_insn = copy_rtx (insn); in emit_delay_sequence() local
546 XVECEXP (seq, 0, 0) = delay_insn; in emit_delay_sequence()
547 INSN_DELETED_P (delay_insn) = 0; in emit_delay_sequence()
548 PREV_INSN (delay_insn) = PREV_INSN (seq_insn); in emit_delay_sequence()
550 INSN_LOCATOR (seq_insn) = INSN_LOCATOR (delay_insn); in emit_delay_sequence()
1452 rtx delay_insn = XVECEXP (PATTERN (insn), 0, 0); in try_merge_delay_insns() local
1453 int annul_p = JUMP_P (delay_insn) && INSN_ANNULLED_BRANCH_P (delay_insn); in try_merge_delay_insns()
1462 flags = get_jump_flags (delay_insn, JUMP_LABEL (delay_insn)); in try_merge_delay_insns()
1507 && eligible_for_delay (delay_insn, slot_number - 1, trial, flags)) in try_merge_delay_insns()
1558 && eligible_for_delay (delay_insn, slot_number - 1, dtrial, flags)) in try_merge_delay_insns()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDreorg.c1265 rtx_insn *delay_insn = as_a <rtx_insn *> (XVECEXP (PATTERN (insn), 0, 0)); in try_merge_delay_insns() local
1266 int annul_p = JUMP_P (delay_insn) && INSN_ANNULLED_BRANCH_P (delay_insn); in try_merge_delay_insns()
1274 flags = get_jump_flags (delay_insn, JUMP_LABEL (delay_insn)); in try_merge_delay_insns()
1317 && eligible_for_delay (delay_insn, slot_number - 1, trial, flags)) in try_merge_delay_insns()
1382 && eligible_for_delay (delay_insn, slot_number - 1, dtrial, flags)) in try_merge_delay_insns()
1435 INSN_ANNULLED_BRANCH_P (delay_insn) = 0; in try_merge_delay_insns()
3136 rtx_insn *delay_insn; in relax_delay_slots() local
3243 delay_insn = pat->insn (0); in relax_delay_slots()
3248 if ((prior_insn = redundant_insn (pat->insn (1), delay_insn, vNULL))) in relax_delay_slots()
3265 && ANY_RETURN_P (PATTERN (delay_insn)) in relax_delay_slots()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
HDsparc.cc4099 Insntype call_insn, delay_insn, set_insn; in relax_call() local
4132 delay_insn = elfcpp::Swap<32, true>::readval(wv + 1); in relax_call()
4138 if (((delay_insn >> 30) & 0x3) != 2) in relax_call()
4153 op3 = (delay_insn >> 19) & 0x3f; in relax_call()
4154 reg = (delay_insn >> 25) & 0x1f; in relax_call()
4164 reg = (delay_insn >> 14) & 0x15; in relax_call()
4169 if (((delay_insn >> 13) & 1) == 0) in relax_call()
4171 reg = (delay_insn & 0x1f); in relax_call()
4213 if ((delay_insn & ~(0x1f << 14)) != 0x9e100000) in relax_call()
4223 if (reg != ((delay_insn >> 14) & 0x1f)) in relax_call()