Searched refs:POPPTR (Results 1 – 3 of 3) sorted by relevance
1382 patchAddr = POPPTR(); in endcaseCoIm()1458 fallthroughFixup = POPPTR(); in ofCoIm()2456 cp = POPPTR(); in cellPlus()2715 cp = POPPTR(); in sLiteralCoIm()2842 pFW = POPPTR(); in toBody()2859 ptr = (char *)POPPTR() - sizeof (FICL_WORD); in fromBody()2877 pFW = POPPTR(); in toName()3073 cp = (char *)POPPTR(); in toNumber()3210 addr = POPPTR(); in aligned()3329 cp = POPPTR(); in charPlus()[all …]
604 pCell = (CELL *)POPPTR(); in Ffetch()621 pCell = (CELL *)POPPTR(); in Fstore()638 pCell = (CELL *)POPPTR(); in FplusStore()
404 #define POPPTR() stackPopPtr(pVM->pStack) macro