Home | History | Annotate | Download | only in mips

Lines Matching refs:stack

51 FFI_ASSERT(argp <= &stack[bytes]); \
52 if (argp == &stack[bytes]) \
54 argp = stack; \
62 /* ffi_prep_args is called by the assembly routine once stack space
65 static void ffi_prep_args(char *stack,
77 on the stack. We reorder stuff on the stack here to
80 argp = &stack[bytes - (8 * sizeof(ffi_arg))];
82 argp = stack;
84 argp = stack;
87 memset(stack, 0, bytes);
173 unsigned long cap = (unsigned long) stack + bytes;
185 argp = stack;
640 * stack. AR is the pointer to the beginning of the integer arguments
795 * stack. AR is the pointer to the beginning of the integer