Home | History | Annotate | Download | only in src

Lines Matching refs:stack

195       // By definition, the CFA is the stack pointer at the call site, so
261 pint_t stack[100];
262 pint_t *sp = stack;
267 for (pint_t *t = sp; t > stack; --t) {
286 // pop stack, dereference, push result
382 // push top of stack
386 fprintf(stderr, "duplicate top of stack\n");
393 fprintf(stderr, "pop top of stack\n");
401 fprintf(stderr, "duplicate second in stack\n");
411 fprintf(stderr, "duplicate %d in stack\n", reg);
420 fprintf(stderr, "swap top of stack\n");
430 fprintf(stderr, "rotate top three of stack\n");
434 // pop stack, dereference, push result
515 // pop stack, add uelb128 constant, push result
750 // pop stack, dereference, push result