HomeSort by: relevance | last modified time | path
    Searched refs:gen_load (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libpcap/dist/
gencode.h 321 struct arth *gen_load(compiler_state_t *, int, struct arth *, bpf_u_int32);
grammar.y.in 840 narth: pname '[' arth ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, 1))); }
841 | pname '[' arth ':' NUM ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, $5))); }
gencode.c 7987 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, function
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 8304 gen_func_t gen_load;
8306 gen_load = get_spec_load_gen_function (ts, mode_no);
8308 new_pat = gen_load (copy_rtx (recog_data.operand[0]),
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 8293 gen_func_t gen_load;
8295 gen_load = get_spec_load_gen_function (ts, mode_no);
8297 new_pat = gen_load (copy_rtx (recog_data.operand[0]),

Completed in 30 milliseconds