Searched refs:gen_load (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dgencode.h276 struct arth *gen_load(int, struct arth *, int);
H A Dgrammar.y614 narth: pname '[' arth ']' { $$ = gen_load($1, $3, 1); }
615 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
H A Dgencode.c6651 gen_load(proto, inst, size) function
7457 gen_load(Q_LINK, gen_loadi(0), 1),
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dia64.c6878 static rtx (* const gen_load[]) (rtx, rtx) = {
6976 new_pat = gen_load[load_no] (copy_rtx (recog_data.operand[0]),

Completed in 187 milliseconds