Lines Matching refs:new_insn
1800 struct instruction **new_insn) in handle_group_alt() argument
1877 *new_insn = nop; in handle_group_alt()
1881 insn = *new_insn; in handle_group_alt()
1934 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1949 struct instruction **new_insn) in handle_jump_alt() argument
1983 *new_insn = next_insn_same_sec(file, orig_insn); in handle_jump_alt()
1996 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local
2016 new_insn = NULL; in add_special_section_alts()
2018 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
2020 if (!new_insn) { in add_special_section_alts()
2036 &new_insn); in add_special_section_alts()
2041 &new_insn); in add_special_section_alts()
2053 alt->insn = new_insn; in add_special_section_alts()