Home
last modified time | relevance | path

Searched refs:POPPTR (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/boot/ficl/
HDwords.c1383 patchAddr = POPPTR(); in endcaseCoIm()
1459 fallthroughFixup = POPPTR(); in ofCoIm()
2445 cp = POPPTR(); in cellPlus()
2704 cp = POPPTR(); in sLiteralCoIm()
2831 pFW = POPPTR(); in toBody()
2848 ptr = (char *)POPPTR() - sizeof (FICL_WORD); in fromBody()
2866 pFW = POPPTR(); in toName()
3062 cp = (char *)POPPTR(); in toNumber()
3199 addr = POPPTR(); in aligned()
3318 cp = POPPTR(); in charPlus()
[all …]
HDfloat.c605 pCell = (CELL *)POPPTR(); in Ffetch()
622 pCell = (CELL *)POPPTR(); in Fstore()
639 pCell = (CELL *)POPPTR(); in FplusStore()
HDficl.h405 #define POPPTR() stackPopPtr(pVM->pStack) macro