Lines Matching refs:POP

63 	d = POP(DS);  in add()
73 d = POP(DS); in subtract()
83 d = POP(DS); in multiply()
94 d = POP(DS); in slash_mod()
95 o = t = POP(DS); in slash_mod()
135 u2 = POP(DS); in uslash_mod()
136 u1 = POP(DS); in uslash_mod()
166 d = POP(DS); in and()
176 d = POP(DS); in or()
186 d = POP(DS); in xor()
203 d = POP(DS); in lshift()
213 d = POP(DS); in rshift()
223 d = POP(DS); in rshifta()
247 d = POP(DS); in f_min()
257 d = POP(DS); in f_max()
265 PUSH(RS, POP(DS)); in to_r()
272 PUSH(DS, POP(RS)); in from_r()
286 IP = (token_t *)POP(RS); in f_exit()
348 d = POP(DS); in less()
358 d = POP(DS); in greater()
368 d = POP(DS); in equals()
378 d = POP(DS); in not_equals()
389 d = POP(DS); in unsign_greater()
399 d = POP(DS); in unsign_less_equals()
409 d = POP(DS); in unsign_less()
419 d = POP(DS); in unsign_greater_equals()
429 d = POP(DS); in greater_equals()
439 d = POP(DS); in less_equals()
449 hi = (u_lforth_t)POP(DS); in between()
450 lo = (u_lforth_t)POP(DS); in between()
460 hi = (u_lforth_t)POP(DS); in within()
461 lo = (u_lforth_t)POP(DS); in within()
537 d.l_lf = POP(DS); in lwsplit()
553 d.l_wf[i] = POP(DS); in wljoin()
567 d.l_lf = POP(DS); in lwflip()
583 d.l_lf = POP(DS); in lbsplit()
599 d.l_bytes[i] = POP(DS); in bljoin()
613 d.l_lf = POP(DS); in lbflip()
629 d.w_wf = POP(DS); in wbsplit()
645 d.w_bytes[i] = POP(DS); in bwjoin()
659 d.w_wf = POP(DS); in wbflip()
687 buf = (char *)POP(DS); in pack_str()
688 len = (size_t)POP(DS); in pack_str()
740 u1 = POP(DS); in um_multiply()
741 u2 = POP(DS); in um_multiply()
756 u = (uint32_t)POP(DS); in um_slash_mod()
901 addr = POP(DS); in unaligned_lfetch()
917 addr = POP(DS); in unaligned_lstore()
932 addr = POP(DS); in unaligned_wfetch()
948 addr = POP(DS); in unaligned_wstore()
966 len = POP(DS); in lbflips()
967 addr = POP(DS); in lbflips()
988 len = POP(DS); in wbflips()
989 addr = POP(DS); in wbflips()
1010 len = POP(DS); in lwflips()
1011 addr = POP(DS); in lwflips()
1109 base = POP(DS); in digit()
1202 (void) POP(DS); in drop()
1306 p = POP(DS); in pick()
1319 r = POP(DS); in roll()
1440 d = POP(DS); in ca_plus()
1450 d = POP(DS); in wa_plus()
1460 d = POP(DS); in la_plus()
1470 d = POP(DS); in na_plus()
1535 d = (variable_t *)POP(DS); in do_on()
1545 d = (variable_t *)POP(DS); in do_off()
1590 dptr = (variable_t *)POP(DS); in store()
1591 *dptr = POP(DS); in store()
1600 dptr = (variable_t *)POP(DS); in addstore()
1601 *dptr = POP(DS) + *dptr; in addstore()
1610 dptr = (lforth_t *)POP(DS); in lstore()
1611 *dptr = (lforth_t)POP(DS); in lstore()
1620 dptr = (wforth_t *)POP(DS); in wstore()
1621 *dptr = (wforth_t)POP(DS); in wstore()
1630 dptr = (uchar_t *)POP(DS); in cstore()
1631 *dptr = (uchar_t)POP(DS); in cstore()
1640 d = (variable_t *)POP(DS); in two_fetch()
1653 d = (variable_t *)POP(DS); in two_store()
1670 len = (size_t)POP(DS); in fc_move()
1671 dest = (void *)POP(DS); in fc_move()
1672 src = (void *)POP(DS); in fc_move()
1685 val = (uchar_t)POP(DS); in fc_fill()
1686 len = (size_t)POP(DS); in fc_fill()
1687 dest = (void *)POP(DS); in fc_fill()
1699 len = (size_t)POP(DS); in fc_comp()
1700 str1 = (char *)POP(DS); in fc_comp()
1701 str2 = (char *)POP(DS); in fc_comp()
1735 fstack_t d = POP(RS); in temporary_execute()
1757 token_t *prev = (token_t *)POP(DS); in bresolve()
1778 flag = POP(DS); in do_bqbranch()
1792 d = POP(DS); in do_bofbranch()
1794 (void) POP(DS); in do_bofbranch()
1805 (void) POP(RS); in do_bleave()
1806 (void) POP(RS); in do_bleave()
1807 IP = (token_t *)POP(RS); in do_bleave()
1841 d = POP(DS); in do_bploop()
1893 lo = POP(DS); in do_bdo()
1894 hi = POP(DS); in do_bdo()
1907 lo = POP(DS); in do_bqdo()
1908 hi = POP(DS); in do_bqdo()
2120 len = POP(DS); in compile_string()
2121 str = (uchar_t *)POP(DS); in compile_string()
2179 voc = (token_t *)POP(DS); in voc_find()
2243 bad = POP(DS); in interpret()
2268 eval_bufp->maxlen = POP(DS); in evaluate()
2269 eval_bufp->buffer = (char *)POP(DS); in evaluate()
2307 *dptr++ = MYSELF->data[INIT_DATA][offset++] = POP(DS); in make_common_access()
2342 defer_xt = (acf_t)POP(DS); in behavior()
2453 t = POP(DS); in throw()