Home
last modified time | relevance | path

Searched refs:stack (Results 176 – 200 of 337) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxetramp.s31 add $6, %sp # restore stack
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpsetmask.S59 add %sp, SA(MINFRAME), %sp ! reclaim stack space
H A Dfpsetsticky.S50 add %sp, SA(MINFRAME), %sp ! reclaim stack space
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp2f.S42 fld %st(0) / duplicate stack top
H A Dremainder.S69 fstp %st(0) / empty NPX stack
H A Dexp2.S44 fld %st(0) / duplicate stack top
H A Dlog10.S84 fstp %st(0) / stack empty
H A Dlog.S84 fstp %st(0) / stack empty
H A Dexp2l.S44 fld %st(0) / duplicate stack top
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c2368 ficlStack *stack; in ficlLocalParenIm() local
2371 stack = vm->floatStack; in ficlLocalParenIm()
2374 stack = vm->dataStack; in ficlLocalParenIm()
2376 ficlStackPush(stack, vm->returnStack->frame[nLocal]); in ficlLocalParenIm()
2568 ficlStack *stack; in ficlPrimitiveToValue() local
2649 stack = vm->dataStack; in ficlPrimitiveToValue()
2654 stack = vm->dataStack; in ficlPrimitiveToValue()
2660 stack = vm->floatStack; in ficlPrimitiveToValue()
2665 stack = vm->floatStack; in ficlPrimitiveToValue()
2678 word->param[0] = ficlStackPop(stack); in ficlPrimitiveToValue()
[all …]
H A Dvm.c177 #define _CHECK_STACK(stack, top, pop, push) argument
180 #define _CHECK_STACK(stack, top, pop, push) \ argument
181 ficlStackCheckNospill(stack, top, pop, push)
184 ficlStackCheckNospill(ficlStack *stack, ficlCell *top, int popCells, in ficlStackCheckNospill() argument
193 ficlCell *oldTop = stack->top; in ficlStackCheckNospill()
194 stack->top = top; in ficlStackCheckNospill()
195 ficlStackCheck(stack, popCells, pushCells); in ficlStackCheckNospill()
196 stack->top = oldTop; in ficlStackCheckNospill()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsyscall.S92 movl 0(%esp), %edx / Restore the stack frame to original size
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dstart.S186 stack: label
/illumos-gate/usr/src/boot/libficl/
H A DMakefile.com31 OBJECTS += softcore.o stack.o tools.o vm.o primitives.o unix.o utility.o
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c1241 unsigned long ex, op, ea, stack; in __fex_st_result() local
1624 stack = (ex == FPE_FLTOVF || ex == FPE_FLTUND || ex == FPE_FLTRES); in __fex_st_result()
1632 if (!stack) in __fex_st_result()
1639 if (stack) in __fex_st_result()
1650 if (stack) in __fex_st_result()
1679 if (stack) in __fex_st_result()
/illumos-gate/usr/src/tools/smatch/src/
H A Davl.h111 AvlNode *stack[100]; member
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxsave_util.c764 static void *stack = NULL; in xsu_ustack_alloc() local
774 stack = calloc(size, sizeof (uint8_t)); in xsu_ustack_alloc()
775 if (stack == NULL) { in xsu_ustack_alloc()
781 ctx->uc_stack.ss_sp = stack; in xsu_ustack_alloc()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.S123 ! The caller has been flushed to the stack. This is unlikely
190 ! The frame that we're looking for has been flushed to the stack; the
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dyacc.sed27 s;\("yacc stack overflow"\);gettext(\1);g
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp2l.S45 fld %st(0) / duplicate stack top
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1423 jobject stack = NULL; /* return value */ in dtj_new_stack_record() local
1445 stack = (*jenv)->NewObject(jenv, g_stack_jc, in dtj_new_stack_record()
1453 stack = (*jenv)->NewObject(jenv, g_ustack_jc, in dtj_new_stack_record()
1465 return (stack); in dtj_new_stack_record()
1616 dtj_attach_frames(dtj_java_consumer_t *jc, jobject stack, in dtj_attach_frames() argument
1621 if ((*jenv)->IsInstanceOf(jenv, stack, g_stack_jc)) { in dtj_attach_frames()
1622 (*jenv)->CallVoidMethod(jenv, stack, g_stackset_frames_jm, in dtj_attach_frames()
1624 } else if ((*jenv)->IsInstanceOf(jenv, stack, g_ustack_jc)) { in dtj_attach_frames()
1625 (*jenv)->CallVoidMethod(jenv, stack, g_ustackset_frames_jm, in dtj_attach_frames()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh214 stack=()
215 typeset -a stack.items=([0]=foo [1]=bar)
216 [[ ${stack.items[0]} == foo ]] || err_exit 'typeset -a variable not expanding correctly'
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc3.test182 # Ticket #565. A stack overflow is occurring when the subquery to the
255 # Ticket #640: vdbe stack overflow with a LIMIT clause on a SELECT inside
290 # Ticket #668: VDBE stack overflow occurs when the left-hand side
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.noexstk23 # Linker mapfile to create a non-executable stack definition within an
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dvmalloc23 #define _stk_down 1 /* stack grows downward */

12345678910>>...14