Lines Matching defs:alt_group
62 #define DALT_GROUP(dalt) (DALT_INSN(dalt)->alt_group)
187 struct alt_group *alt_group;
203 alt_group = dctx->insn->alt_group;
204 if (!alt_group || !alt_group->orig_group ||
205 addr < alt_group->first_insn->offset ||
206 addr > alt_group->last_insn->offset)
209 orig_first_insn = alt_group->orig_group->first_insn;
210 offset = addr - alt_group->first_insn->offset;
556 * alternative (i.e. insn->alt_group != NULL), and it is disassembled
600 struct alt_group *alt_grp,
689 if (!alt->insn->alt_group)
692 feature = alt->insn->alt_group->feature;
857 * Default alternative with no alt_group: this is the default
1164 last_insn = orig_insn->alt_group ? orig_insn->alt_group->last_insn :