Searched refs:xfer_to_a (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 539 static struct slist *xfer_to_a(compiler_state_t *, struct arth *); 6890 xfer_to_a(compiler_state_t *cstate, struct arth *a) in xfer_to_a() function 6984 sappend(s, xfer_to_a(cstate, inst)); in gen_load() 7031 sappend(s, xfer_to_a(cstate, inst)); in gen_load() 7098 sappend(s, xfer_to_a(cstate, inst)); in gen_load() 7149 sappend(s, xfer_to_a(cstate, inst)); in gen_load() 7187 s1 = xfer_to_a(cstate, a0); in gen_relation() 7265 s = xfer_to_a(cstate, a); in gen_neg() 7295 s1 = xfer_to_a(cstate, a0); in gen_arth()
|