Home
last modified time | relevance | path

Searched refs:reglist (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/diff/
Ddiff.c729 add_regexp (reglist, pattern) in add_regexp() argument
730 struct regexp_list **reglist; in add_regexp()
744 r->next = *reglist;
745 *reglist = r;
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dm68k-parse.y112 %type <mask> reglist ireglist reglistpair
193 | reglist
608 reglist:
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-arm.texi440 @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
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Darm-tdep.c1811 unsigned long reglist = bits (this_instr, 0, 14); in arm_get_next_pc() local
1812 offset = bitcount (reglist) * 4; in arm_get_next_pc()