Lines Matching refs:stack
198 // By definition, the CFA is the stack pointer at the call site, so
228 pint_t stack[100];
229 pint_t *sp = stack;
234 for (pint_t *t = sp; t > stack; --t) {
253 // pop stack, dereference, push result
349 // push top of stack
353 fprintf(stderr, "duplicate top of stack\n");
360 fprintf(stderr, "pop top of stack\n");
368 fprintf(stderr, "duplicate second in stack\n");
378 fprintf(stderr, "duplicate %d in stack\n", reg);
387 fprintf(stderr, "swap top of stack\n");
397 fprintf(stderr, "rotate top three of stack\n");
401 // pop stack, dereference, push result
482 // pop stack, add uelb128 constant, push result
717 // pop stack, dereference, push result