Lines Matching refs:stack
325 _Unwind_Word stack[64]; /* ??? Assume this is enough. */ in execute_stack_op() local
328 stack[0] = initial; in execute_stack_op()
502 result = stack[stack_elt - 1]; in execute_stack_op()
514 result = stack[stack_elt - 1 - offset]; in execute_stack_op()
520 result = stack[stack_elt - 2]; in execute_stack_op()
529 t1 = stack[stack_elt - 1]; in execute_stack_op()
530 t2 = stack[stack_elt - 2]; in execute_stack_op()
531 t3 = stack[stack_elt - 3]; in execute_stack_op()
532 stack[stack_elt - 1] = t2; in execute_stack_op()
533 stack[stack_elt - 2] = t3; in execute_stack_op()
534 stack[stack_elt - 3] = t1; in execute_stack_op()
547 result = stack[stack_elt]; in execute_stack_op()
619 second = stack[stack_elt]; in execute_stack_op()
620 first = stack[stack_elt + 1]; in execute_stack_op()
693 if (stack[stack_elt] != 0) in execute_stack_op()
705 if ((size_t) stack_elt >= sizeof (stack) / sizeof (*stack)) in execute_stack_op()
707 stack[stack_elt++] = result; in execute_stack_op()
715 return stack[stack_elt]; in execute_stack_op()