Lines Matching refs:new_insn
1367 struct instruction **new_insn) in handle_group_alt() argument
1433 *new_insn = nop; in handle_group_alt()
1437 insn = *new_insn; in handle_group_alt()
1494 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1508 struct instruction **new_insn) in handle_jump_alt() argument
1519 *new_insn = list_next_entry(orig_insn, list); in handle_jump_alt()
1532 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local
1552 new_insn = NULL; in add_special_section_alts()
1554 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1556 if (!new_insn) { in add_special_section_alts()
1573 &new_insn); in add_special_section_alts()
1578 &new_insn); in add_special_section_alts()
1590 alt->insn = new_insn; in add_special_section_alts()