Lines Matching refs:stack
37 fp on top of fp stack st(0)
39 Parameters passed on stack, pushed right-to-left. On entry to target, first
49 Stack must be 16-byte aligned to support SSE in native code.
51 If we're not doing variable stack allocation (alloca), the frame pointer can be
142 /* The interpreter assumes a properly aligned stack on entry, and
147 * "export" the PC to the interpreted stack frame, f/b/o future exception
160 * Given a frame pointer, find the stack save area.
5572 flds (rFP,%eax,4) # vCC to fp stack
5592 flds (rFP,%eax,4) # vCC to fp stack
5612 flds (rFP,%eax,4) # vCC to fp stack
5632 flds (rFP,%eax,4) # vCC to fp stack
5646 flds (rFP,%ecx,4) # vCC to fp stack
5647 flds (rFP,%eax,4) # vCC to fp stack
5672 fldl (rFP,%eax,4) # vCC to fp stack
5692 fldl (rFP,%eax,4) # vCC to fp stack
5712 fldl (rFP,%eax,4) # vCC to fp stack
5732 fldl (rFP,%eax,4) # vCC to fp stack
5746 fldl (rFP,%ecx,4) # vCC to fp stack
5747 fldl (rFP,%eax,4) # vCC to fp stack
6405 flds (rFP,%ecx,4) # vAA to fp stack
6427 flds (rFP,%ecx,4) # vAA to fp stack
6449 flds (rFP,%ecx,4) # vAA to fp stack
6471 flds (rFP,%ecx,4) # vAA to fp stack
6486 flds (rFP,rINST,4) # vBB to fp stack
6488 flds (rFP,%ecx,4) # vAA to fp stack
6513 fldl (rFP,%ecx,4) # vAA to fp stack
6535 fldl (rFP,%ecx,4) # vAA to fp stack
6557 fldl (rFP,%ecx,4) # vAA to fp stack
6579 fldl (rFP,%ecx,4) # vAA to fp stack
6594 fldl (rFP,rINST,4) # vBB to fp stack
6596 fldl (rFP,%ecx,4) # vAA to fp stack
25854 * At this point we've allocated one slot on the stack
25855 * via push and stack is 8-byte aligned. Allocate space
25883 * Restore the stack pointer and PC from the save point established on entry.
26259 * find space for the new stack frame, check for overflow
26271 subl $sizeofStackSaveArea, %eax # %eax<- newSaveArea (stack save area using newFP)