Searched refs:reglist (Results 1 – 4 of 4) sorted by relevance
729 add_regexp (reglist, pattern) in add_regexp() argument730 struct regexp_list **reglist; in add_regexp()744 r->next = *reglist;745 *reglist = r;
112 %type <mask> reglist ireglist reglistpair193 | reglist608 reglist:
440 @item .save @var{reglist}441 Generate unwinder annotations to restore the registers in @var{reglist}.442 The format of @var{reglist} is the same as the corresponding store-multiple
1811 unsigned long reglist = bits (this_instr, 0, 14); in arm_get_next_pc() local1812 offset = bitcount (reglist) * 4; in arm_get_next_pc()