Searched refs:shift_seq (Results 1 – 2 of 2) sorted by relevance
1752 rtx_insn *shift_seq, *insn; in find_shift_sequence() local1812 shift_seq = get_insns (); in find_shift_sequence()1815 if (target != new_reg || shift_seq == NULL) in find_shift_sequence()1819 for (insn = shift_seq; insn != NULL_RTX; insn = NEXT_INSN (insn)) in find_shift_sequence()1843 emit_insn (shift_seq); in find_shift_sequence()
21713 (find_shift_sequence): Likewise for locals "shift_seq", "insn".