Lines Matching refs:new_insn
1773 struct instruction **new_insn) in handle_group_alt() argument
1851 *new_insn = nop; in handle_group_alt()
1855 insn = *new_insn; in handle_group_alt()
1910 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1925 struct instruction **new_insn) in handle_jump_alt() argument
1962 *new_insn = next_insn_same_sec(file, orig_insn); in handle_jump_alt()
1975 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local
1995 new_insn = NULL; in add_special_section_alts()
1997 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1999 if (!new_insn) { in add_special_section_alts()
2016 &new_insn); in add_special_section_alts()
2021 &new_insn); in add_special_section_alts()
2033 alt->insn = new_insn; in add_special_section_alts()