Lines Matching refs:DS
46 return (POP(DS)); in pop_xforth()
64 PUSH(DS, a); in push_xforth()
83 b.b_bytes[i] = POP(DS); in bxjoin()
97 addr = (s_lforth_t *)POP(DS); in lsfetch()
116 b.b_lf[i] = POP(DS); in lxjoin()
134 b.b_wf[i] = POP(DS); in wxjoin()
146 PUSH(DS, (fstack_t)HERE); in xcomma()
161 addr = (xforth_t *)POP(DS); in xfetch()
176 addr = (xforth_t *)POP(DS); in xstore()
187 PUSH(DS, sizeof (xforth_t)); in slash_x()
209 index = POP(DS); in xa_plus()
249 addr = POP(DS); in unaligned_xfetch()
251 PUSH(DS, addr); in unaligned_xfetch()
265 addr = POP(DS); in unaligned_xstore()
268 PUSH(DS, addr); in unaligned_xstore()
283 len = POP(DS); in xbflips()
284 addr = POP(DS); in xbflips()
287 PUSH(DS, addr); in xbflips()
290 PUSH(DS, addr); in xbflips()
310 PUSH(DS, b.b_bytes[(sizeof (xforth_t) - 1) - i]); in xbsplit()
342 len = POP(DS); in xlflips()
343 addr = POP(DS); in xlflips()
346 PUSH(DS, addr); in xlflips()
349 PUSH(DS, addr); in xlflips()
369 PUSH(DS, b.b_lf[(LF_PER_XF - 1) - i]); in xlsplit()
402 len = POP(DS); in xwflips()
403 addr = POP(DS); in xwflips()
406 PUSH(DS, addr); in xwflips()
409 PUSH(DS, addr); in xwflips()
429 PUSH(DS, b.b_wf[(WF_PER_XF - 1) - i]); in xwsplit()