Lines Matching refs:fstack_t
60 fstack_t d; in add()
70 fstack_t d; in subtract()
80 fstack_t d; in multiply()
90 fstack_t d, o, t, rem; in slash_mod()
163 fstack_t d; in and()
173 fstack_t d; in or()
183 fstack_t d; in xor()
200 fstack_t d; in lshift()
210 fstack_t d; in rshift()
220 fstack_t d; in rshifta()
244 fstack_t d; in f_min()
254 fstack_t d; in f_max()
345 fstack_t d; in less()
355 fstack_t d; in greater()
365 fstack_t d; in equals()
375 fstack_t d; in not_equals()
426 fstack_t d; in greater_equals()
436 fstack_t d; in less_equals()
600 PUSH(DS, (fstack_t)d.l_lf); in bljoin()
690 TOS = (fstack_t)buf; in pack_str()
710 TOS = (fstack_t)(((acf_t)TOS)+1); in to_body()
717 TOS = (fstack_t)(((acf_t)TOS)-1); in to_acf()
818 if (sizeof (fstack_t) == sizeof (lforth_t)) in unaligned_store()
829 if (sizeof (fstack_t) == sizeof (lforth_t)) in unaligned_fetch()
840 PUSH(DS, (fstack_t)HERE); in comma()
842 set_here(env, HERE + sizeof (fstack_t), "comma"); in comma()
850 PUSH(DS, (fstack_t)HERE); in lcomma()
860 PUSH(DS, (fstack_t)HERE); in wcomma()
870 PUSH(DS, (fstack_t)HERE); in ccomma()
889 PUSH(DS, (fstack_t)HERE); in compile_comma()
891 set_here(env, HERE + sizeof (fstack_t), "compile,"); in compile_comma()
897 fstack_t addr; in unaligned_lfetch()
913 fstack_t addr; in unaligned_lstore()
928 fstack_t addr; in unaligned_wfetch()
944 fstack_t addr; in unaligned_wstore()
962 fstack_t len, addr; in lbflips()
984 fstack_t len, addr; in wbflips()
1006 fstack_t len, addr; in lwflips()
1025 PUSH(DS, (fstack_t)&env->num_base); in base()
1037 PUSH(DS, (fstack_t)&env->state); in state()
1041 is_digit(char digit, int num_base, fstack_t *dptr) in is_digit()
1071 fstack_t value; in dollar_number()
1083 fstack_t digit; in dollar_number()
1105 fstack_t base; in digit()
1106 fstack_t value; in digit()
1139 fstack_t lo, hi; in fc_bounds()
1151 PUSH(DS, (fstack_t)HERE); in here()
1195 PUSH(DS, (fstack_t)WA); in do_create()
1208 fstack_t d; in f_dup()
1218 fstack_t d; in over()
1228 fstack_t d; in swap()
1240 fstack_t d; in rot()
1252 fstack_t d; in minus_rot()
1264 fstack_t d; in tuck()
1283 fstack_t d; in qdup()
1294 fstack_t d; in depth()
1303 fstack_t p; in pick()
1316 fstack_t d, r; in roll()
1350 fstack_t a, b; in two_over()
1362 fstack_t a, b; in two_swap()
1376 fstack_t a, b; in two_rot()
1431 PUSH(DS, sizeof (fstack_t)); in slash_n()
1437 fstack_t d; in ca_plus()
1447 fstack_t d; in wa_plus()
1457 fstack_t d; in la_plus()
1467 fstack_t d; in na_plus()
1471 TOS += d * sizeof (fstack_t); in na_plus()
1499 TOS += sizeof (fstack_t); in cell_plus()
1526 TOS *= sizeof (fstack_t); in cells()
1641 PUSH(DS, (fstack_t)(d + 1)); in two_fetch()
1643 PUSH(DS, (fstack_t)d); in two_fetch()
1654 PUSH(DS, (fstack_t)d); in two_store()
1656 PUSH(DS, (fstack_t)(d + 1)); in two_store()
1715 PUSH(RS, (fstack_t)HERE); in set_temporary_compile()
1726 PUSH(DS, (fstack_t)HERE); in bmark()
1735 fstack_t d = POP(RS); in temporary_execute()
1775 fstack_t flag; in do_bqbranch()
1789 fstack_t d; in do_bofbranch()
1811 loop_inc(fcode_env_t *env, fstack_t inc) in loop_inc()
1838 fstack_t d; in do_bploop()
1846 loop_common(fcode_env_t *env, fstack_t ptr) in loop_common()
1859 loop_common(env, (fstack_t)&do_loop_ptr); in bloop()
1865 loop_common(env, (fstack_t)&do_ploop_ptr); in bplusloop()
1869 common_do(fcode_env_t *env, fstack_t endpt, fstack_t start, fstack_t limit) in common_do()
1887 fstack_t lo, hi; in do_bdo()
1888 fstack_t endpt; in do_bdo()
1891 endpt = (fstack_t)BRANCH_IP(IP); in do_bdo()
1901 fstack_t lo, hi; in do_bqdo()
1902 fstack_t endpt; in do_bqdo()
1905 endpt = (fstack_t)BRANCH_IP(IP); in do_bqdo()
1917 compile_do_common(fcode_env_t *env, fstack_t ptr) in compile_do_common()
1930 compile_do_common(env, (fstack_t)&do_bdo_ptr); in bdo()
1937 compile_do_common(env, (fstack_t)&do_bqdo_ptr); in bqdo()
1943 fstack_t i; in loop_i()
1953 fstack_t j; in loop_j()
1992 PUSH(DS, (fstack_t)dest); in push_string()
2054 PUSH(DS, (fstack_t)&env->current); in do_current()
2061 PUSH(DS, (fstack_t)&CONTEXT); in do_context()
2204 PUSH(DS, (fstack_t)env->order[i]); in dollar_find()
2209 PUSH(DS, (fstack_t)acf); in dollar_find()
2412 throw_from_fclib(fcode_env_t *env, fstack_t errcode, char *fmt, ...) in throw_from_fclib()
2450 fstack_t t; in throw()