Lines Matching refs:rsp
103 // After aligning the frame, arguments must be stored in rsp[0], rsp[8],
476 // Allocate stack space of given size (i.e. decrement {rsp} by the value
485 void AllocateStackSpace(Register bytes) { subq(rsp, bytes); }
489 subq(rsp, Immediate(bytes));
774 // from the stack, clobbering only the rsp register.
778 // clobbering the rsp register.
947 return Operand(rsp, (index + kShaddowSpace) * kSystemPointerSize);
949 return Operand(rsp, index * kSystemPointerSize);
954 return Operand(rsp, disp);