Lines Matching refs:new_insn
1761 struct instruction **new_insn) in handle_group_alt() argument
1840 *new_insn = nop; in handle_group_alt()
1844 insn = *new_insn; in handle_group_alt()
1896 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1899 new_alt_group->ignore = (*new_insn)->ignore_alts; in handle_group_alt()
1913 struct instruction **new_insn) in handle_jump_alt() argument
1951 *new_insn = next_insn_same_sec(file, orig_insn); in handle_jump_alt()
1964 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local
1983 new_insn = NULL; in add_special_section_alts()
1985 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1987 if (!new_insn) { in add_special_section_alts()
2000 if (handle_group_alt(file, special_alt, orig_insn, &new_insn)) in add_special_section_alts()
2006 if (handle_jump_alt(file, special_alt, orig_insn, &new_insn)) in add_special_section_alts()
2020 alt->insn = new_insn; in add_special_section_alts()