Searched refs:xfer_to_a (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 573 static struct slist *xfer_to_a(compiler_state_t *, struct arth *); 7256 xfer_to_a(compiler_state_t *cstate, struct arth *a) in xfer_to_a() function 7353 sappend(s, xfer_to_a(cstate, inst)); in gen_load_internal() 7400 sappend(s, xfer_to_a(cstate, inst)); in gen_load_internal() 7467 sappend(s, xfer_to_a(cstate, inst)); in gen_load_internal() 7518 sappend(s, xfer_to_a(cstate, inst)); in gen_load_internal() 7570 s1 = xfer_to_a(cstate, a0); in gen_relation_internal() 7697 s = xfer_to_a(cstate, a); in gen_neg() 7746 s1 = xfer_to_a(cstate, a0); in gen_arth()
|