Lines Matching refs:new_insn
1710 struct instruction **new_insn) in handle_group_alt() argument
1787 *new_insn = nop; in handle_group_alt()
1791 insn = *new_insn; in handle_group_alt()
1843 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1846 new_alt_group->ignore = (*new_insn)->ignore_alts; in handle_group_alt()
1859 struct instruction **new_insn) in handle_jump_alt() argument
1897 *new_insn = next_insn_same_sec(file, orig_insn); in handle_jump_alt()
1910 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local
1928 new_insn = NULL; in add_special_section_alts()
1930 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1932 if (!new_insn) { in add_special_section_alts()
1946 &new_insn); in add_special_section_alts()
1952 &new_insn); in add_special_section_alts()
1963 alt->insn = new_insn; in add_special_section_alts()