Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/ficl/
HDwords.c138 dictAppendCell(dp, LVALUEtoCELL(offset)); in resolveBackBranch()
161 *patchAddr = LVALUEtoCELL(offset); in resolveForwardBranch()
190 *patchAddr = LVALUEtoCELL(dp->here); in resolveAbsBranch()
287 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in add()
299 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in sub()
311 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in mul()
334 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in ficlDiv()
374 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in onePlus()
386 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in oneMinus()
398 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in twoMul()
[all …]
HDficl.c220 dictAppendCell(dp, LVALUEtoCELL(pStep)); in ficlAddPrecompiledParseStep()
588 dictAppendCell(envp, LVALUEtoCELL(value)); in ficlSetEnv()
592 pFW->param[0] = LVALUEtoCELL(value); in ficlSetEnv()
609 dictAppendCell(envp, LVALUEtoCELL(lo)); in ficlSetEnvD()
610 dictAppendCell(envp, LVALUEtoCELL(hi)); in ficlSetEnvD()
614 pFW->param[0] = LVALUEtoCELL(lo); in ficlSetEnvD()
615 pFW->param[1] = LVALUEtoCELL(hi); in ficlSetEnvD()
HDstack.c286 *pStack->sp++ = LVALUEtoCELL(ptr); in stackPushPtr()
291 *pStack->sp++ = LVALUEtoCELL(u); in stackPushUNS()
296 *pStack->sp++ = LVALUEtoCELL(i); in stackPushINT()
302 *pStack->sp++ = LVALUEtoCELL(f); in stackPushFloat()
HDsearch.c310 vmPush(pVM, LVALUEtoCELL(cp)); in widGetName()
311 vmPush(pVM, LVALUEtoCELL(len)); in widGetName()
HDficl.h280 #define LVALUEtoCELL(v) (*(CELL *)&v) macro
411 #define SETTOP(c) stackSetTop(pVM->pStack,LVALUEtoCELL(c))
413 #define SETTOPF(c) stackSetTop(pVM->fStack,LVALUEtoCELL(c))
414 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c))
HDprefix.c175 dictAppendCell(dp, LVALUEtoCELL(pHash)); in ficlCompilePrefix()
HDdict.c276 *pDict->here++ = LVALUEtoCELL(u); in dictAppendUNS()
HDfloat.c668 dictAppendCell(dp, LVALUEtoCELL(pfLitParen)); in fliteralIm()