Home
last modified time | relevance | path

Searched refs:vmCheckStack (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/boot/ficl/
HDwords.c107 vmCheckStack(pVM, 1, 0); in matchControlTag()
134 vmCheckStack(pVM, 1, 0); in resolveBackBranch()
157 vmCheckStack(pVM, 1, 0); in resolveForwardBranch()
177 vmCheckStack(pVM, 2, 0); in resolveAbsBranch()
283 vmCheckStack(pVM, 2, 1); in add()
295 vmCheckStack(pVM, 2, 1); in sub()
307 vmCheckStack(pVM, 2, 1); in mul()
319 vmCheckStack(pVM, 1, 1); in negate()
330 vmCheckStack(pVM, 2, 1); in ficlDiv()
354 vmCheckStack(pVM, 2, 2); in slashMod()
[all …]
HDloader.c75 vmCheckStack(pVM, 4, 0); in ficlSetenv()
112 vmCheckStack(pVM, 5, 0); in ficlSetenvq()
150 vmCheckStack(pVM, 2, 2); in ficlGetenv()
185 vmCheckStack(pVM, 2, 0); in ficlUnsetenv()
212 vmCheckStack(pVM, 3, 0); in ficlCopyin()
234 vmCheckStack(pVM, 3, 0); in ficlCopyout()
259 vmCheckStack(pVM, 4, 1); in ficlFindfile()
295 vmCheckStack(pVM, 0, 1); in ficlPnpdevices()
312 vmCheckStack(pVM, 0, 1); in ficlPnphandlers()
332 vmCheckStack(pVM, 2, 0); in ficlCcall()
[all …]
HDfloat.c149 vmCheckStack(pVM, 1, 0); in Faddi()
167 vmCheckStack(pVM, 1, 0); in Fsubi()
185 vmCheckStack(pVM, 1, 0); in Fmuli()
203 vmCheckStack(pVM, 1, 0); in Fdivi()
221 vmCheckStack(pVM, 1, 0); in isubf()
239 vmCheckStack(pVM, 1, 0); in idivf()
256 vmCheckStack(pVM, 1, 0); in itof()
273 vmCheckStack(pVM, 0, 1); in Ftoi()
388 vmCheckStack(pVM, 0, 1); in Fdepth()
602 vmCheckStack(pVM, 1, 0); in Ffetch()
[all …]
HDsearch.c245 vmCheckStack(pVM, 1, 1); in ficlWordlist()
340 vmCheckStack(pVM, 2, 0); in setParentWid()
HDtools.c630 vmCheckStack(pVM, 0, 0); in displayPStack()
655 vmCheckStack(pVM, 0, 0); in displayRStack()
849 vmCheckStack(pVM, 1, 0); in envConstant()
863 vmCheckStack(pVM, 2, 0); in env2Constant()
HDstack.c73 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckStack() function
HDtestmain.c282 vmCheckStack(pVM, 1, 0); in execxt()
HDficl.h623 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);