Lines Matching refs:new_alt_group
1713 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1757 new_alt_group = calloc(1, sizeof(*new_alt_group)); in handle_group_alt()
1758 if (!new_alt_group) { in handle_group_alt()
1783 nop->alt_group = new_alt_group; in handle_group_alt()
1801 insn->alt_group = new_alt_group; in handle_group_alt()
1842 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1843 new_alt_group->first_insn = *new_insn; in handle_group_alt()
1844 new_alt_group->last_insn = last_new_insn; in handle_group_alt()
1845 new_alt_group->nop = nop; in handle_group_alt()
1846 new_alt_group->ignore = (*new_insn)->ignore_alts; in handle_group_alt()
1847 new_alt_group->cfi = orig_alt_group->cfi; in handle_group_alt()