Home | History | Annotate | Download | only in pa

Lines Matching refs:stack

65 	/* Setup the stack for calling prep_args...
66 We want the stack to look like this:
68 [ Previous stack ] <- %r3
72 [ Stack space for actual call, passed as ] <- %arg0
75 [ Stack for calling prep_args ] <- %sp
83 addl %arg2, %r4, %arg0 ; arg stack
87 %arg0(stack) -- set up above
251 copy %r4, %sp ; pop arg stack
253 ldwm -64(%sp), %r3 ; .. and pop stack
282 /* Put arguments onto the stack and call ffi_closure_inner. */