Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/ficl/
HDwords.c137 dictAppendCell(dp, LVALUEtoCELL(offset)); in resolveBackBranch()
160 *patchAddr = LVALUEtoCELL(offset); in resolveForwardBranch()
189 *patchAddr = LVALUEtoCELL(dp->here); in resolveAbsBranch()
286 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in add()
298 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in sub()
310 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in mul()
333 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in ficlDiv()
373 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in onePlus()
385 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in oneMinus()
397 stackSetTop(pVM->pStack, LVALUEtoCELL(i)); in twoMul()
[all …]
HDficl.c219 dictAppendCell(dp, LVALUEtoCELL(pStep)); in ficlAddPrecompiledParseStep()
587 dictAppendCell(envp, LVALUEtoCELL(value)); in ficlSetEnv()
591 pFW->param[0] = LVALUEtoCELL(value); in ficlSetEnv()
608 dictAppendCell(envp, LVALUEtoCELL(lo)); in ficlSetEnvD()
609 dictAppendCell(envp, LVALUEtoCELL(hi)); in ficlSetEnvD()
613 pFW->param[0] = LVALUEtoCELL(lo); in ficlSetEnvD()
614 pFW->param[1] = LVALUEtoCELL(hi); in ficlSetEnvD()
HDstack.c285 *pStack->sp++ = LVALUEtoCELL(ptr); in stackPushPtr()
290 *pStack->sp++ = LVALUEtoCELL(u); in stackPushUNS()
295 *pStack->sp++ = LVALUEtoCELL(i); in stackPushINT()
301 *pStack->sp++ = LVALUEtoCELL(f); in stackPushFloat()
HDsearch.c309 vmPush(pVM, LVALUEtoCELL(cp)); in widGetName()
310 vmPush(pVM, LVALUEtoCELL(len)); in widGetName()
HDficl.h279 #define LVALUEtoCELL(v) (*(CELL *)&v) macro
410 #define SETTOP(c) stackSetTop(pVM->pStack,LVALUEtoCELL(c))
412 #define SETTOPF(c) stackSetTop(pVM->fStack,LVALUEtoCELL(c))
413 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c))
HDprefix.c174 dictAppendCell(dp, LVALUEtoCELL(pHash)); in ficlCompilePrefix()
HDdict.c275 *pDict->here++ = LVALUEtoCELL(u); in dictAppendUNS()
HDfloat.c667 dictAppendCell(dp, LVALUEtoCELL(pfLitParen)); in fliteralIm()