Lines Matching refs:arth
569 static struct slist *xfer_to_x(compiler_state_t *, struct arth *);
570 static struct slist *xfer_to_a(compiler_state_t *, struct arth *);
7559 xfer_to_x(compiler_state_t *cstate, struct arth *a) in xfer_to_x()
7569 xfer_to_a(compiler_state_t *cstate, struct arth *a) in xfer_to_a()
7585 static struct arth *
7586 gen_load_internal(compiler_state_t *cstate, int proto, struct arth *inst, in gen_load_internal()
7857 struct arth *
7858 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, in gen_load()
7872 gen_relation_internal(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation_internal()
7873 struct arth *a1, int reversed) in gen_relation_internal()
7916 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation()
7917 struct arth *a1, int reversed) in gen_relation()
7929 struct arth *
7933 struct arth *a; in gen_loadlen()
7944 a = (struct arth *)newchunk(cstate, sizeof(*a)); in gen_loadlen()
7954 static struct arth *
7957 struct arth *a; in gen_loadi_internal()
7961 a = (struct arth *)newchunk(cstate, sizeof(*a)); in gen_loadi_internal()
7975 struct arth *
7993 struct arth *
7994 gen_neg(compiler_state_t *cstate, struct arth *a_arg) in gen_neg()
7996 struct arth *a = a_arg; in gen_neg()
8023 struct arth *
8024 gen_arth(compiler_state_t *cstate, int code, struct arth *a0_arg, in gen_arth()
8025 struct arth *a1) in gen_arth()
8027 struct arth *a0 = a0_arg; in gen_arth()