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

/openbsd-current/lib/libpcap/
H A Dgencode.h156 struct arth *gen_load(int, struct arth *, int);
H A Dgrammar.y413 narth: pname '[' arth ']' { $$ = gen_load($1, $3, 1); }
414 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
H A Dgencode.c2631 gen_load(int proto, struct arth *index, int size) function
3088 gen_load(Q_LINK, gen_loadi(0), 1),
/openbsd-current/gnu/gcc/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 225 milliseconds