Lines Matching refs:arth
538 static struct slist *xfer_to_x(compiler_state_t *, struct arth *);
539 static struct slist *xfer_to_a(compiler_state_t *, struct arth *);
6880 xfer_to_x(compiler_state_t *cstate, struct arth *a) in xfer_to_x()
6890 xfer_to_a(compiler_state_t *cstate, struct arth *a) in xfer_to_a()
6906 struct arth *
6907 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, int size) in gen_load()
7180 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation()
7181 struct arth *a1, int reversed) in gen_relation()
7223 struct arth *
7227 struct arth *a = (struct arth *)newchunk(cstate, sizeof(*a)); in gen_loadlen()
7239 struct arth *
7242 struct arth *a; in gen_loadi()
7246 a = (struct arth *)newchunk(cstate, sizeof(*a)); in gen_loadi()
7260 struct arth *
7261 gen_neg(compiler_state_t *cstate, struct arth *a) in gen_neg()
7277 struct arth *
7278 gen_arth(compiler_state_t *cstate, int code, struct arth *a0, in gen_arth()
7279 struct arth *a1) in gen_arth()