Searched refs:shift_seq (Results 1 – 2 of 2) sorted by relevance
1776 rtx_insn *shift_seq, *insn; in find_shift_sequence() local1827 shift_seq = get_insns (); in find_shift_sequence()1830 if (target != new_reg || shift_seq == NULL) in find_shift_sequence()1834 for (insn = shift_seq; insn != NULL_RTX; insn = NEXT_INSN (insn)) in find_shift_sequence()1858 emit_insn (shift_seq); in find_shift_sequence()
21713 (find_shift_sequence): Likewise for locals "shift_seq", "insn".