Lines Matching refs:new_insn
1084 struct instruction **new_insn) in handle_group_alt() argument
1151 *new_insn = nop; in handle_group_alt()
1155 insn = *new_insn; in handle_group_alt()
1212 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1226 struct instruction **new_insn) in handle_jump_alt() argument
1263 *new_insn = list_next_entry(orig_insn, list); in handle_jump_alt()
1276 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local
1296 new_insn = NULL; in add_special_section_alts()
1298 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1300 if (!new_insn) { in add_special_section_alts()
1317 &new_insn); in add_special_section_alts()
1322 &new_insn); in add_special_section_alts()
1334 alt->insn = new_insn; in add_special_section_alts()